SyntaxFix
Write A Post
Hire A Developer
Questions
I prefer postfix underscores, like such:
class Foo { private: int bar_; public: int bar() { return bar_; } };