5 ms·
I personally love Python where whitespace matters a lot too. But I regularly find myself fighting with the whitespace in yaml for some reason. To me yaml (espe
by wolph 8y ago
I personally love Python where whitespace matters a lot too. But I regularly find myself fighting with the whitespace in yaml for some reason.
To me yaml (especially with templating) seems like a very contrived way of avoiding having to program, while still effectively programming. I much prefer json, or if more intelligence is required, actual javascript objects.
The only big downside of json where yaml does shine is the support for comments within your files.