…from people who seem to refuse to install paredit or coloring plugins for either? ps lisp syntax ftw, it’s a feature!

    • RecluseRamble@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      15
      arrow-down
      1
      ·
      2 years ago

      OK, that’s excessively “convenient” for booleans. But I don’t get the passionate YAML hate, seems like a simple enough language for config. Didn’t have the pleasure (“pleasure”?) to work with it though, so what’s why else is it shitty?

      • CaptPretentious@lemmy.world
        link
        fedilink
        arrow-up
        21
        ·
        2 years ago

        Do a search for ‘why yaml is bad’ and you’ll get a lot of stories.

        Constant passing problems, especially when the yaml gets very large and complex. After I implemented a new feature I was pulled into a call with 12-15 people demanding to know why it didn’t work. The new feature worked fine, The guys yaml had the wrong amount of white space and so it didn’t parse.

      • lorty@lemmy.ml
        link
        fedilink
        arrow-up
        15
        ·
        2 years ago

        White space in the wrong place? Fails Wrong amount of tabs? Fail

        Working in a big configuration file that has a lot of nesting? Good luck.

        Best part is that most of these things don’t throw errors or anything, it just doesn’t work and you are left scratching your head as to why your deploy only fails in the production environment.