Another post from the llvm mailing list, this time on the topic of member variable naming conventions.
I remember hacking away on some llvm code and having a terrible time with this. It can also lead into dangerous ambiguities when you use local variables that actually hide member variables. The whole naming convention they use is insane. I wonder if they use any static analysis tools?
No comments:
Post a Comment
Leave a comment!