• @[email protected]
    link
    fedilink
    61 month 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.

    • @[email protected]
      link
      fedilink
      101 month 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.