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
- Add C.13 to ensure data member lifetimes nest when needed... see #2316
- Change T.46 to not require copyability, and to account for traits types (see #2281)
- Provide a simple GSL utility to replace `static_cast<void>`
- Add note to C.30 (or new CP rule) for explicit destructors in classes with concurrency dependencies to prevent UB from member destruction order
- Appendix C: Changes to "Define Copy, move, and destroy consistently"
- [Update Needed, No Longer Always True Since C++23] F.19: For “forward” parameters, pass by TP&& and only std::forward the parameter
- T.46 contradicts the idea of type traits and is not resource-friendly
- Update guidelines for existence of C++20 modules
- ES.107 (and others) never mentions `std::ssize()`
- Add guideline to not invoke undefined behavior
- Docs
- Python not yet supported