You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Official Suede Developer Style Guide
The Suede developer style guide inherits from the google style guide for all undefined style specifications. This page is the the ultimate authority regarding project coding style and overrides any rules listed in the google style guide.
###C++ Style Specification
All implementation files are to be named with the extension .cpp
All header files are to be named with the extension .hpp
Accessors and Mutators should follow the format of getMemberName() and setMemberName()