Should we deprecate comma?

Marc Schütz" <schuetzm at gmx.net> Marc Schütz" <schuetzm at gmx.net>
Tue Mar 25 08:14:07 PDT 2014


On Tuesday, 25 March 2014 at 11:54:25 UTC, Daniel Murphy wrote:
>
> I just introduced one in my own code:
>
> if (s[0] != '/', s)

What is it supposed to do? Do you want to check that s is at 
least 1 character long? Otherwise it's a NOP, AFAICS.


More information about the Digitalmars-d mailing list