Like A Duck to TechnologyEnglish • 1 year agoWhat is the best file format for configuration file?message-square43fedilinkarrow-up150arrow-down12file-text
arrow-up148arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck to TechnologyEnglish • 1 year agomessage-square43fedilinkfile-text
minus-square@[email protected]linkfedilinkEnglish1•1 year agoI’m no fan of XML. It looks messy and the schema is difficult to write, imo. XML works best as a markup language. YAML could have been okay if it were stricter with what they consider strings, and used tabs instead of spaces.
minus-square@[email protected]linkfedilinkEnglish3•1 year agoUsing whitespace was a mistake. I know all the kids love it but it’s just wrong. I’ve never had as much difficulty explaining json or xml to users as I have yaml.
I’m no fan of XML. It looks messy and the schema is difficult to write, imo. XML works best as a markup language.
YAML could have been okay if it were stricter with what they consider strings, and used tabs instead of spaces.
Using whitespace was a mistake. I know all the kids love it but it’s just wrong. I’ve never had as much difficulty explaining json or xml to users as I have yaml.