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.139 - remove note about capping virtual functions
- Fix mistake about `final` and `override` not affecting `final` classes; reword enforcement to be clearer
- Use `std::atomic<bool>` instead of `std::atomic_flag` unless you have a good reason
- T.84 Example code error
- F.6 usage of "noexcept": exclude virtual inline declarations?
- the links in I: Interfaces are all broken
- 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
- Should ES.23 mention that ()-initialization is likely to be preferrable when dealing with containers containing types initializable from the container itself
- C++ Core Guidelines Markdown explicit anchor links not working (updated the 20/05/2024)
- Docs
- Python not yet supported