0
Completed

Great, but it will make code execution slow.

Madan kumar nath 9 years ago updated by anonymous 5 years ago 4
An "else" eliminates evaluation of nested if conditions. So factoring this way will make code slow
Under review
Which refactoring do you refer to?
I was referring to "Replace Nested Conditional with Guard Clauses". 
Nope, it won't be slower if you return the values right from these if-s instead of waiting for the final return.