I hate new DUB config format
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Wed Nov 25 11:10:10 PST 2015
On Wednesday, 25 November 2015 at 19:02:18 UTC, Walter Bright
wrote:
> Note 1: json does support comments:
>
> "comment" : "this is a comment",
That doesn't work in the majority of contexts (it is illegal in
an array, for example) nor is it supported by standard tools.
Imagine if D didn't have comments and someone said "you could
always write string comment = `foo`;". We'd laugh at the idea.
More information about the Digitalmars-d
mailing list