123456789101112131415161718192021222324252627 |
- The following conventions are the default when writing C++ code in the
- project, and apply to all application level code. The conventions are not
- a strict requirement: They are always open to changes, and specific cases
- in the code sometimes make different conventions make more sense. If such
- a case repeats in several locations, it is probably a good idea to discuss
- it here and consider updating the conventions.
- Naming
- ===============
- * top-level namespace
- * nested namespace
- * global function
- * private local helper
- * functor
- * lambda
- * class
- * class member type
- * class member data
- * class member function
- * enum
- * template parameter
- [[includes]] from the GIMP
|