5 ms·
Mine is I don't believe single-entry single-exit should be law. It tends to clutter your code with extra braces.
by famblycat 16y ago
Mine is I don't believe single-entry single-exit should be law. It tends to clutter your code with extra braces.
- pjscott 16y agoHow is this controversial? Anybody who's had to sanity-check function arguments (e.g. null pointer checking) knows that having multiple exits from a function is sometimes the Right Thing.
- famblycat 16y agoI was told in school that SESE was the proper way to do things. I've met other people who agreed with that. You and I are of a differing opinion. Seems at least somewhat controversial to me.