Skip to content

Developer Style Guide

Cody Nault edited this page Jul 19, 2015 · 2 revisions

#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()

For all other C++ style rules please refer to https://google-styleguide.googlecode.com/svn/trunk/cppguide.html

###Javascript Style Specification

For all other Javascript style rules please refer to https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml

Clone this wiki locally