What is the best file format for configuration file? Like A Duck ( @likeaduck@programming.dev ) Technology@lemmy.ml • 1 year ago message-square26fedilinkarrow-up129
arrow-up129message-squareWhat is the best file format for configuration file? Like A Duck ( @likeaduck@programming.dev ) Technology@lemmy.ml • 1 year ago message-square26fedilink
minus-square SorteKanin ( @SorteKanin@feddit.dk ) linkfedilink7•1 year agoDefinitely not yaml. It’s spec is horrible. Toml is pretty nice though.
minus-square richieadler ( @richieadler@lemmy.myserv.one ) linkfedilinkEnglish8•1 year agoI hate table definitions in TOML with a passion. I like YAML. I guess that’s because I don’t need to build parsers for it. What’s your worst complain about it?
minus-square SorteKanin ( @SorteKanin@feddit.dk ) linkfedilink9•1 year agoJust read this https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell
minus-square richieadler ( @richieadler@lemmy.myserv.one ) linkfedilinkEnglish4•1 year agoVery educational.
Definitely not yaml. It’s spec is horrible.
Toml is pretty nice though.
I hate table definitions in TOML with a passion.
I like YAML. I guess that’s because I don’t need to build parsers for it. What’s your worst complain about it?
Just read this https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell
Very educational.