A 10 minute read covering some YAML edge-cases that you should have in mind when writing complex YAML files

  • @tyler@programming.dev
    link
    fedilink
    371 year ago

    You shouldn’t write complex yaml files. Keep it simple and yaml is great. Do complex stuff and you’ll hate your life.

    • @ruk_n_rul
      link
      291 year ago

      If you write your own tooling then it’s great. The vast majority of us are using other people’s tooling and have to deal with their imposed complexity. I for one hate GitHub actions with a passion.

      • @tyler@programming.dev
        link
        fedilink
        11 year ago

        JSON is not easier for most strings. Anything multiline for example.

        But yaml is a superset of JSON so you literally can use JSON and it’s still valid YAML.