| name | C++ Core Guidelines Summary |
|---|---|
| description | Exhaustive actionable summary of the ISO C++ Core Guidelines (Stroustrup & Sutter) — covers philosophy, interfaces, functions, classes, enums, resources, expressions, performance, concurrency, errors, constants, templates, C-interop, source files, stdlib, and naming |
| type | reference |
This is a summary of C++ Core Guidelines. The original book is available here: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines If rule is unclear you may reference the original, but avoid doing so if you can get by otherwise. A summary of these rules should be available in project-scoped memory.