cppcoreguidelines
https://github.com/isocpp/cppcoreguidelines
Python
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported4 Subscribers
Add a CodeTriage badge to cppcoreguidelines
Help out
- Issues
- C.62 etc: Mention copy-and-swap. Eliminate misinformation about self-move-assignment
- Enforced ES.23 upon example code: Introduction and Philosophy
- Clarification requested for Expects/Ensures contract violation behavior
- Favor bit_cast over reinterpret_cast
- Should Expects be required to abort?
- New guideline request: Don't move from const
- Should narrowing do something special for integer types (was: Should narrowing failures throw)
- F.16 F.18 Consume and input parameters
- An idea for the GSL to make multithreading code safer.
- New guidelines regarding characters and strings
- Docs
- Python not yet supported