Hacker News new | past | comments | ask | show | jobs | submit
To be fair in C they don't put semicolon on its own line either.
Maybe they should?

I mean otherwise why not do

    void MyFunc() {
        DoStuff();
        DoOtherStuff();}
If the close-parens being on its own line is so wrong, why is it right for braces?