0
Завершено

Great, but it will make code execution slow.

Madan kumar nath hace 9 años actualizado por anonymous hace 5 años 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.