why?

    • TopRamenBinLaden@sh.itjust.works
      cake
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      8 months ago

      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.