What is the origin / meaning of these variable naming conventions?
- by Andrew Hubbs
What is the general meaning and where did it start to have variables with leading or trailing underscores?
ex: _varName and varName_
I have always thought a leading underscore indicated the variable was a pointer but I don't know where I got this idea. Recently I have seen these naming conventions used in Java which makes that reasoning…