Displaying 1 result from an estimated 1 matches for "lowercase_underscore".
2019 Feb 14
5
changing variable naming rules in LLVM codebase
I have to agree with Paul that I think it is rather useful to have a naming
convention that distinguishes class members from locals, etc. I'm not sure
what that would look like, whether an m prefix for data members would be
something others would entertain, but something that makes it clear would
probably be useful. To use Paul's example, I think that mTheStuff vs.
TheStuff makes it super