xjlizji / lizcodes

0 stars 0 forks source link

Use of "new" in variable names #2

Closed andrewdavidsmith closed 10 years ago

andrewdavidsmith commented 10 years ago

This is not a good thing to do. The word "new" has meaning in C++, so it's best to avoid it, for example in some name like "my_new_variable".