Like A Duck@programming.dev to Technology@lemmy.ml · 1 year agoWhat is the best file format for configuration file?message-squaremessage-square38fedilinkarrow-up127arrow-down12file-text
arrow-up125arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.ml · 1 year agomessage-square38fedilinkfile-text
minus-squareSorteKanin@feddit.dklinkfedilinkarrow-up7arrow-down1·1 year agoDefinitely not yaml. It’s spec is horrible. Toml is pretty nice though.
minus-squarerichieadler@lemmy.myserv.onelinkfedilinkEnglisharrow-up8·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-squareSorteKanin@feddit.dklinkfedilinkarrow-up9·1 year agoJust read this https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell
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.