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
- 'Ensures' example regarding security bug is misleading
- Consider whether not_null<> would be better replaced with contracts
- Random numbers section
- I.22 odd note
- ES.104: Don't underflow is actually ES.103 Don't overflow in the sense of the language
- CP: new rule proposal
- How do we handle "immortal" pointers that are reachable for entire lifetime of an app?
- Suggestion: promote better return type
- rule suggestion T.12x Avoid recursion in variadic templates
- F.18: Example should provide more details about caller and owning type
- Docs
- Python not yet supported