Open estellerostan opened 9 months ago
Naming conventions:
p_
devant les pointeursr_
devant les références UpperCase pour les fonctions _lowerCase pour les variables globales (= variables membre d'une classe) lowerCase pour les variables locales
- We have TODOs in the code for small fixes that are not big tasks,
- Mostly follows https://google.github.io/styleguide/cppguide.html#Use_of_const,
- Should follow https://google.github.io/styleguide/cppguide.html#Type_deduction better for
auto
,- Follows https://google.github.io/styleguide/cppguide.html#General_Naming_Rules,
- Follows https://google.github.io/styleguide/cppguide.html#Function_Names,
- Should follow https://google.github.io/styleguide/cppguide.html#Function_Comments for private functions (right now there is no documentation for private functions in some classes),
- TODO: max line length,
- Spaces vs. Tabs: use tabs == 4 spaces,
- Function Declarations and Definitions: all inline, no place where there is too much text to fit one line (for now, TODO?)
- (mostly?) follows https://google.github.io/styleguide/cppguide.html#Formatting_Looping_Branching,
- TODO: https://google.github.io/styleguide/cppguide.html#Pointer_and_Reference_Expressions inconsistent spacing with pointers,
- TODO: https://google.github.io/styleguide/cppguide.html#Vertical_Whitespace