0
Завершено

Great, but it will make code execution slow.

Madan kumar nath il y a 9 ans mis à jour par anonymous il y a 5 ans 4
An "else" eliminates evaluation of nested if conditions. So factoring this way will make code slow
На рассмотрении
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.
Solution
Завершено