why?

you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago (3 children)

Your formatting convention is… terrifying.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 3 points 2 years ago* (last edited 2 years ago) (2 children)

    Eh I've seen much worse. At least it's not:

    if (condition) 
    {
      doTheThing()
    } else
    {
      doNotDoTheThing()
    }
    

    For some reason I hate the brackets taking up a whole line it just looks terrible.

  • source
  • parent
  • hideshow 2 child comments