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.

Reply via email to