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
- Division by zero in floating point arithmetic.
- C.8 data versus function members
- not_null cannot (and should not) be used with span
- C.128, why not use override virutal base class destructor?
- Should alternative tokens be recommended?
- Elaborate the explanation of `constexpr` and add how to use `consteval`
- C.35: Why should a base class destructor be virtual, if the class doesn't have virtual functions?
- F.16 what exactly is cheap to copy for the purposes of passing "by value"?
- I.4 : Math meets real world
- Semantics of not-null with a move-only pointer type
- Docs
- Python not yet supported