Skip to content
thecoshman edited this page Jul 2, 2013 · 4 revisions
  • Use namespace gldr
  • Indent using four spaces (except the top gldr namespace which should not be indented at all)
  • Naming conventions
    • Use CapitalCamelCas for data types (class, struct, enum, union etc.)
    • Functions and variables use regularCamelCase
    • Member variables and parameters are not treated differently, just use camelCase
Clone this wiki locally