Comment by Tade0

Comment by Tade0 a day ago

0 replies

I also don't think there's a general rule.

I use `if`s a markers for special/edge cases and typically return in the last statement in the `if` block.

If I have an `else` block and it's large, then it's a clear indicator that it's actually two methods dressed as one.