14

Two types, good and evil.

Comments
  • 1
    I guess I am evil, most of the times at least
  • 1
    I think I ordered my comment wrong. it should be evil and good.
  • 0
    @Gilroyyy good stuff my man
  • 1
    I haven't seen

    if (x == y) {
    statement; }

    yet, but I'd love to see how much annoyance it would create.

    Anyway, I use F#, so no braces at all. Just indents, like coffe-script.
  • 1
    I was on the right when I was learning to code, now I'm on the left.
  • 0
    I just to be really strict about this, always right, otherwise i would turn it into a mess xD now I just go with project conventions
  • 0
  • 0
    I prefer so much the first type.
  • 0
    And this is why Python was invented
  • 1
    if (true) {
    // The good and proper way!
    }
    else
    {
    // HERECY!!!
    }
Add Comment