I feel that Yaml sucks. I understand the need for such markup language but I think it sucks. Somehow it’s clunky to use. Can you explain why?

  • Sir Gareth@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    12 days ago

    Yeah TBH I like yaml. Sure its not the best ever, but its not the worst it could possibly be.

    For config its not terrible. For ansible playbooks its again… not terrible.

    Why is everyone always hating on something which is just kinda mid.

    • wewbull@feddit.uk
      link
      fedilink
      English
      arrow-up
      4
      ·
      12 days ago

      Config is fine, but Yamls biggest problem is people use it to describe programs. For example: playbooks. For example: CI steps.

      If YAML wasn’t abused in this way it would have a lot less hate.

      • derpgon@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        12 days ago

        What’s wrong with using YAML for CI? I mean, I use it for Gitlab CI, the underlying script it runs is just Bash.

    • SandLight@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      12 days ago

      I dream of a life where I use YAML but all my configs are stuck in XML. People can complain but there’s always worse options.