|
|
|
|
|
by lmm
4703 days ago
|
|
> They generally make the function smaller, that's what guard clauses are for. My point is: frequently, one wants to extract a part from the middle of a function to make a new function. This is very easy (and can usually be done automatically) unless said part contains a return. |
|