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
- SF.12: Rewrite to eliminate the notions of "project" and "component"; also copyedit
- Error Handling with Core Guidelines GSL Expects, Ensures, and narrow_cast
- Should SF.7 be less specific on how the namespace is modified, ban other mutations in .h files?
- should ```cpp be used to quote code samples?
- Last example in "C.65: Make move assignment safe for self-assignment"
- Clean up declaration and implementation of clone functions
- Clarification for gsl::dyn_array design
- CP.42: Don’t wait without a condition
- Merge rules R.12 and R.13; explain about RAII factories.
- C.62 etc: Mention copy-and-swap. Eliminate misinformation about self-move-assignment
- Docs
- Python not yet supported