Am I reading this wrong, or is std.getopt *really* this stupid?

Adam D. Ruppe destructionator at gmail.com
Mon Mar 26 12:49:51 UTC 2018


On Sunday, 25 March 2018 at 14:25:49 UTC, Andrei Alexandrescu 
wrote:
> I don't want. I think others will, once their programs 
> depending on the current semantics will have trouble.

The current semantics are not documented, so any program that 
relies on them is foolish anyway.

Like I said in my code, I read options and run them in separate 
orders since I specifically want control - I imagine most 
everyone else does too, since otherwise you are depending on 
underspecified behavior and liable to break without notice.


More information about the Digitalmars-d mailing list