• linkhidalgogato
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    il y a 26 jours

    its just not as clear especially when u are indenting stuff inside stuff with a bunch of conditions everywhere its hard to read just from indentation, and with the () or {} u can just click on it and most text editors will show u from where to where its going.

    • zalgotext@sh.itjust.works
      link
      fedilink
      arrow-up
      10
      ·
      il y a 26 jours

      especially when u are indenting stuff inside stuff with a bunch of conditions everywhere

      That’s an anti pattern in basically every language though. The fix is to simplify those conditionals, not use a curly-bracketed language.