Live data from Hacker News

That's a Lot of YAML

noyaml.com

1–10 of 78 posts

Re: That's a Lot of YAML

#3
There is no problem with YAML, just like there was no problem with XML at all. The problem is with the software devs who use it for the wrong thing. I just wonder why JSON doesn't get all the hate, while it is a terrible format also: it is not streamable (YAML is), it doesn't have comments... and non-standard workarounds are used for these features. Norway better than YAML, in my opinion.

Re: That's a Lot of YAML

#4
Next time the author would like to write an article like that, it’s better that they offer a new standard that is as flexible while also doing the work YAML is doing today

Re: That's a Lot of YAML

#6
Am I the only one who finds this writing style hard to read?

I stumbled upon this page a few years back and was very confused by the language. It took me some time to parse it and realize that all the comments are actually sarcastic. Overall, the general style feels like I'm reading comments on TikTok.

It's not that I'm against this style; it's just that you don't expect it in a technical article.

Re: That's a Lot of YAML

#9
- "something broke" is way better than stack traces with line numbers

That sums it up. Its the same since the days of XML. Someone decides to make something configurable externally and then everything gets put in there for convenience. Now we are programming in XML/YAML without even a stack trace (or a debugger, or call hierarchy, or type checking or ... )

Re: That's a Lot of YAML

#10
post #2

I actually like the SQL example.

right? Sensible nesting (that's how I'd break and indent a long query anyway), folding in proper code editors, proper hierarchy... what's not to like?
Post reply on HN