Mirror of the Rel4tion website/wiki source, view at <http://rel4tion.org>
Clone
HTTPS:
git clone https://vervis.peers.community/repos/yEzqv
SSH:
git clone USERNAME@vervis.peers.community:yEzqv
Branches
Tags
cpp-coding-conventions.mdwn
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