Infographics & Cheat Sheets Infographics & Cheat Sheets Infographics
Algorithms
Randomness
Views
Containers
Utilities
Language
Libraries
Design
C++17
- prefer specific types over general-purpose types
- don't use getter/setter pairs for classes
- use descriptive action names (
verbs
) for mutating member functions - avoid direct mutable access to class member variables from the outside



Comments…