
0
Completed
Great, but it will make code execution slow.
An "else" eliminates evaluation of nested if conditions. So factoring this way will make code slow

0
Under review
Alexander 10 years ago
Which refactoring do you refer to?

0
Madan kumar nath 10 years ago
I was referring to "Replace Nested Conditional with Guard Clauses".

0
Alexander 10 years ago
Nope, it won't be slower if you return the values right from these if-s instead of waiting for the final return.

0
Answer
Completed
Alexander 6 years ago
Customer support service by UserEcho