Should we deprecate comma?

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Mar 25 08:00:29 PDT 2014


On 3/25/14, Dicebot <public at dicebot.lv> wrote:
> Yeah, I'd likely object to it on code review and ask to re-write
> with plain if condition.

This is my all-time favorite anti-feature:

void main()
{
    import std.stdio;
    bool False = false;
    writeln("the value is: " ~ False ? "true" : "false");
}


More information about the Digitalmars-d mailing list