Link
https://google.github.io/styleguide/cppguide.html
Traits
- Easy to find
- Cleanly organized
- Concise
- All terms defined
- Examples
Specifications
- Use
.ccfiles - Every
.ccfile has a corresponding.hHeader File - Every header has Header Guard using
#define