• @linkhidalgogato@lemmy.ml
    link
    fedilink
    64 months ago

    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
      104 months ago

      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.