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.47: Return T& from assignment operators
- Provide support for "safe" and "simple" binary I/O in the GSL
- When to use trailing return type syntax
- F.16 Is there any reason for cheap-to-copy types (e.g. int, bool, etc.) not be passed as const value?
- CP.53 - Parameters to coroutines should not be passed by reference - seems wrong
- No mention of implicit conversion of a constructor with default arguments in C.46
- CP.25: gsl::joining_thread missing implementation in Guidelines support library
- Please clarify the term "efficient" in the context of in-class member initializers
- [C++20] C.86: Make == symmetric with respect to operand types
- F.16: GSL should provide a helper type alias template
- Docs
- Python not yet supported