Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 2 年前What is the best file format for configuration file?message-squaremessage-square45fedilinkarrow-up143arrow-down12file-text
arrow-up141arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 2 年前message-square45fedilinkfile-text
minus-squareemptyother@programming.devlinkfedilinkEnglisharrow-up1·2 年前TOML does look good. Wow! I havent looked at it at all before.
minus-squareParadox@lemdro.idlinkfedilinkEnglisharrow-up5·2 年前Makes certain levels of nesting painful You can say this is a design choice, and you shouldn’t ever go too deep in config, and I’d agree, but it is a limiting factor to be aware of
TOML does look good. Wow! I havent looked at it at all before.
Makes certain levels of nesting painful
You can say this is a design choice, and you shouldn’t ever go too deep in config, and I’d agree, but it is a limiting factor to be aware of