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
- 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
- Give the copy assignment operator an lvalue ref qualifier
- T.46 contradicts the idea of type traits and is not resource-friendly
- Update guidelines for existence of C++20 modules
- Assignment operator takes a value parameter
- ES.107 (and others) never mentions `std::ssize()`
- Add guideline to not invoke undefined behavior
- Why should we allow leaking temporaries in C++23, since we can delete them with "deducing this&&"?
- Anti-spam github-action
- Docs
- Python not yet supported