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
- F.3 Example code has too many issues
- Suggestion: Guidance for calling non const methods from const via pointers (std::propagate_const, gsl::owner,not_null...)
- CP suggestion: use Regular types and Value Semantics
- F.15: Footnote "*" is unter the figures, but nowhere to be found inside the figures
- Can rule C.128 be applied to C.129?
- C.33 If a class has an owning pointer member, define or =delete a destructor
- CP guidelines for locking/unlocking mutexes
- Move inline JavaScript into files
- NL.16: Is initialization order a noteworthy exception to the rule?
- Should Expects be required to abort?
- Docs
- Python not yet supported