Why is “else” rarely used after “if x then return”?
The else in that case would be redundant, as well as create unnecessary extra indentation for the main code of the function.
The else in that case would be redundant, as well as create unnecessary extra indentation for the main code of the function.