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
- Discussion: Make base class destructors protected and non-virtual (always)
- Provide a simple GSL utility to replace `static_cast<void>`
- 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
- Update guidelines for existence of C++20 modules
- ES.107 (and others) never mentions `std::ssize()`
- Add guideline to not invoke undefined behavior
- Use `std::atomic<bool>` instead of `std::atomic_flag` unless you have a good reason
- Should SF.7 avoid to limit its applicability to when the directive is at global scope?
- Exception to ES.63 for base type without any data member
- Docs
- Python not yet supported