... | @@ -208,4 +208,4 @@ Avoid using macros; prefer inline functions, enums, `const` and `constexpr` vari |
... | @@ -208,4 +208,4 @@ Avoid using macros; prefer inline functions, enums, `const` and `constexpr` vari |
|
These are books and resources that considered to be good advice on coding style and best practices. It's preferable to follow their advice when it's reasonable:
|
|
These are books and resources that considered to be good advice on coding style and best practices. It's preferable to follow their advice when it's reasonable:
|
|
1. Herb Sutter, Andrei Alexandrescu "C++ Coding Standards: 101 Rules, Guidelines, and Best Practices "
|
|
1. Herb Sutter, Andrei Alexandrescu "C++ Coding Standards: 101 Rules, Guidelines, and Best Practices "
|
|
2. Scott Meyers "Effective Modern C++"
|
|
2. Scott Meyers "Effective Modern C++"
|
|
3. Bjarne Stroustrup, Herb Sutter ["C++ Core Guidelines"](C++ Coding Standards: 101 Rules, Guidelines, and Best Practices) |
|
3. Bjarne Stroustrup, Herb Sutter ["C++ Core Guidelines"](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) |