Closed ralfstrandell closed 1 year ago
Conditional branching, which is several layers deep can be a pain to read.
Structures like if ... return ... else if ... return ... else if ... return ... else return ...
have been flattened to if return ... if return ... ...
for readability
Conditional branching, which is several layers deep can be a pain to read.