I hate new DUB config format
Ola Fosheim Grøstad via Digitalmars-d
digitalmars-d at puremagic.com
Thu Nov 26 02:08:17 PST 2015
On Thursday, 26 November 2015 at 00:04:49 UTC, H. S. Teoh wrote:
> Please, no. XML is unreadable write-only stuff that should only
> be read/written by machine, it's not suitable as a *user*
> interface.
XML is perfectly fine for hand editing if the grammar is well
designed. You even have IDEs that can do grammar based editing
which means you only can write valid documents.
It doesn't matter what format you use for this simple
application, though.
More information about the Digitalmars-d
mailing list