Originally posted by: Garet Jax
Originally posted by: Zombie
We don't a naming convention(yet) and absolutely hate people trying to shove a naming convention down my throat. I am all for comments and self-explanatory variable names and function names but stuff like inserting _m for member variables sounds stupid to me.
What do you think?
I think 10 years ago _ may have made sense in names, but with today's IDEs and class segmentation paradigms, it is very easy to tell where a variable is declared/instantiated.
I find _ make the code much more difficult to read.
My opinion.
PS - I have been on assignments where the technical lead(s) insist on _. I don't argue. When I am the technical lead, I insist on no _.