Hacker News new | ask | show | jobs
by famblycat 5667 days ago
Mine is I don't believe single-entry single-exit should be law. It tends to clutter your code with extra braces.
1 comments

How 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.
I 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.