YAML: Probably not so great after all
arp242.net
YAML: Probably not so great after all
1–10 of 457 posts
Re: YAML: Probably not so great after all
#2These are all valid points. But I still find YAML to be the best format for storing my strings for localizations. I find it much easier on my eyes than JSON. I’m open to other suggestions though.
Re: YAML: Probably not so great after all
#3If the JSON and YAML folks can’t get along, I swear I’ll turn this car around and make you all use XML.
Re: YAML: Probably not so great after all
#4XML is as pleasant to look at or touch as a nettle rash, but it seems it can join ALGOL 60 among the ranks of technologies which were a great improvement on their successors.
Re: YAML: Probably not so great after all
#5Heh, yaml haters unite! I wish yaml would go away.
Re: YAML: Probably not so great after all
#6These are all valid points. But I still find YAML to be the best format for storing my strings for localizations. I find it much easier on my eyes than JSON. I’m open to other suggestions though.
Per the article consider Toml
Re: YAML: Probably not so great after all
#7Another one: Parsing partial YAML files doesn’t detect an error with loading the complete file. We’ve had a production outage, because of large yaml files getting cutoff and not all settings getting loaded into our server. JSON or XML typically will not parse.
Re: YAML: Probably not so great after all
#8If the JSON and YAML folks can’t get along, I swear I’ll turn this car around and make you all use XML.
inb4 YAML adds "Yeah, nah." and "Nah, yeah." as boolean values. Interpretation is locale dependent.
Re: YAML: Probably not so great after all
#9If the JSON and YAML folks can’t get along, I swear I’ll turn this car around and make you all use XML.
To be fair, the article begins by linking to a previous article by the same author about the problems with JSON. He is an equal opportunities opponent :)
Re: YAML: Probably not so great after all
#10Heh, yaml haters unite! I wish yaml would go away.
For what use cases, and what would you prefer?