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
- SL.str: char* vs wchar_t* vs std::string
- CP guidelines for condition variables
- consider using std:: prefix
- Give a split view of the Guidelines when vied on a phone by chapters.
- NL.n Use namespaces, do nest your namespaces. Do not use a suffix or prefix in all defined names to provide scope.
- R: ownership of "this" pointer
- std::string_view encourages use-after-free; the Core Guidelines Checker doesn't complain
- Feature Request: gsl::finally.ignore()
- F.41 should suggest returning a struct, not a tuple
- Docs
- Python not yet supported