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
- CP.42: Don’t wait without a condition
- Merge rules R.12 and R.13; explain about RAII factories.
- C.62 etc: Mention copy-and-swap. Eliminate misinformation about self-move-assignment
- Improve the examples and guidance on rule C.121
- Should function parameter passing guidance cover async functions
- Enforced ES.23 upon example code: Introduction and Philosophy
- C.21 Rule of 5/6
- Clarification requested for Expects/Ensures contract violation behavior
- Should there be a narrowing cast that uses a precondition check?
- updating the Concepts guidelines to reflect C++20 standard?
- Docs
- Python not yet supported