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.4 should only apply to libraries
- F.15: needs rewrite
- Are F.55 and ES.34 the same?
- C++ integer promotion defeats "ES.101: Use unsigned types for bit manipulation" on small integer types
- ES.9 lacks example
- Clarification on the scope of rule C.83
- Documentation improvements for what to do to address “remove reinterpret_cast usage”.
- Guideline for dividing two named integers
- Should gsl::narrow include slicing
- Never delete a move constructor or move assignment operator
- Docs
- Python not yet supported