|
|
|
|
|
by SAI_Peregrinus
240 days ago
|
|
I disagree, I think returns should either be at the very start (checking inputs should be able to return before anything happens based on invalid inputs) or at the very end. Proceeding to do a bunch of stuff & then try to undo it because an input was invalid is error-prone. |
|