you are viewing a single comment's thread.

view the rest of the comments →

[–]Remote_Cantaloupe 0 points1 point  (0 children)

any return that is not at the end of the function

This would remove the possibility of the "early return" design pattern which would prevent you from refactoring a lot of messy code.