"body" keyword is unnecessary

Andrej Mitrovic andrej.mitrovich at gmail.com
Thu Mar 24 13:45:10 PDT 2011


I definitely had "in" as a problem. Its because some people like to
use that in C code. (Qt being the most recent example).

I've also had issues with "string". That one can be common in C code.
Its a pretty bad habit of naming your variables for what type they are
instead of their purpose. I guess it fits into that whole "I'll hack
it just for now, and fix it never" mentality.


More information about the Digitalmars-d mailing list