Hacker News new | ask | show | jobs
by AlecSchueler 180 days ago
I prefer the new way because if you want to remove one condition you just delete the line rather than having to edit in multiple places.
1 comments

I first picked up this style from the GNU C++ style guide, and it's so handy I use it in every language that accepts it.