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
- GSL.owner doesn't define owner<>, implicitly suggesting it's been removed
- C.121: "Reason" part tries to explain why containing data in interface class is bad, but example fails to show it
- Suggestion: 0-prefix topic numbers (unique ids when searching)
- P.5: static_assert(sizeof(Int) >= 4) assumes CHAR_BIT = 8, unlike the code it replaces
- Suggestion: Use plain apostrophe characters?
- Please fix t.65
- Explicitly specify float to int conversions
- Change "member variables" to "[static] data members" for consistency
- A possible example for SF.21
- clarity and examples for ES.49 (named casts), relation to {} initialization.
- Docs
- Python not yet supported