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
- Add rule about preferring lambdas to std::bind
- Reference Section: Broken Links
- Relax enforcement of rule F.16
- suggestion: R.n (extend R.35,R.36) for shared_ptr<widget>&& parameter
- Update example in ES.77 Minimize the use of break and continue in loops, to adhere to rule F.56
- The Guidelines should specify the GSL
- R.34-R.36 need clarification
- Split off 2 new rules from rule F.18
- Suggest gsl::narrow/gsl::narrow_cast for float/double to integral conversions in ES.46
- Move the proto-rules out of the document
- Docs
- Python not yet supported