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
- P.5: static_assert(sizeof(Int) >= 4) assumes CHAR_BIT = 8, unlike the code it replaces
- Suggestion: Use plain apostrophe characters?
- Please fix t.65
- Explicitly specify float to int conversions
- Change "member variables" to "[static] data members" for consistency
- A possible example for SF.21
- clarity and examples for ES.49 (named casts), relation to {} initialization.
- Extend Enum.6 to discussion to cover unnamed enums with a single enumerator
- Please improve upon R.24
- What exactly is `span_p<>`?
- Docs
- Python not yet supported