I hate new DUB config format
Ola Fosheim Grøstad via Digitalmars-d
digitalmars-d at puremagic.com
Mon Nov 30 10:13:09 PST 2015
On Monday, 30 November 2015 at 18:02:34 UTC, Chris wrote:
> YAML takes spaces into account, doesn't it? That's a source of
> unnecessary, Pythonesque bugs.
Most editors support YAML so you should get no Pythonesque bugs
since they enforce WYSIWYG. I have more issues with my
handwritten JSON than YAML.
But there is nothing wrong in constraining the format as long as
the resulting file is compatible.
http://www.yaml.org/spec/1.2/spec.html#Basic
More information about the Digitalmars-d
mailing list