Like A Duck@programming.dev to Technology@lemmy.ml · 2 years agoWhat is the best file format for configuration file?message-squaremessage-square26linkfedilinkarrow-up19arrow-down10file-text
arrow-up19arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.ml · 2 years agomessage-square26linkfedilinkfile-text
minus-squareSorteKanin@feddit.dklinkfedilinkarrow-up2·2 years agoDefinitely not yaml. It’s spec is horrible. Toml is pretty nice though.
minus-squarerichieadler 🇦🇷@lemmy.myserv.onelinkfedilinkEnglisharrow-up1·2 years 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-up3·2 years 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