61
Why YAML sucks? (programming.dev)
submitted 2 weeks ago* (last edited 2 weeks ago) by heikkiket@programming.dev to c/programming@programming.dev

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?

you are viewing a single comment's thread
view the rest of the comments
[-] xmunk@sh.itjust.works 35 points 2 weeks ago

Because people over use it. YAML is pretty good for short config files that need to be human readable but it falls apart with complex multi line strings and escaping.

I think there are much better clearly delimited for machine reading purposes formats out there that you should prefer if you're writing a really heavy config file and, tbh, I think for everything else .ini is probably "good enough".

[-] hallettj@leminal.space 13 points 2 weeks ago* (last edited 2 weeks ago)

I agree - YAML is not suitable for complex cases that people use it in, like ~~Terraform~~ and Home Assistant. My pet peeve is a YAML config in a situation that really calls for more abstraction, like functions and variables. I'd like to see more use of the class of configuration languages that support that stuff, like Dhall, Cue, and Nickel.

There is another gotcha which is that YAML has more room for ambiguity than, say, JSON. YAML has a lot of ways to say true and false, and it's implicit quoting is a bit complex. So some values that you expect to be strings might be interpreted as something els.

[-] EvenOdds@lemm.ee 5 points 2 weeks ago

What YAML does Terraform use? HCL is similar but different enough to YAML.

[-] hallettj@leminal.space 4 points 2 weeks ago

Oh, thanks for calling that out. I think I may have mixed up some of the frustrations I experienced at an old job.

[-] atzanteol@sh.itjust.works 3 points 2 weeks ago

Maybe you're thinking of Ansible?

[-] hallettj@leminal.space 2 points 2 weeks ago

Yes, there's a good example. Ansible would make more sense if its configuration language was Nix...

[-] fossphi@lemm.ee 2 points 2 weeks ago

But if one is already using nix, then just use nix

load more comments (5 replies)
load more comments (7 replies)
this post was submitted on 06 Sep 2024
61 points (73.6% liked)

Programming

17028 readers
142 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS