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
- Guideline against unconventional overloads
- Guideline for how to declare variables in a range-based for loop
- Parameter pass-by-value heuristic: trivial copyability issue, and incomplete type issue
- gsl::copy is not in the Core Guidelines
- `[[nodiscard]]` advice is largely absent
- T.103 should be removed or limited to immutable argument lists
- T.101 Proposal for how to pass arguments to a variadic template
- T.126 Use a common function for runtime/compile-time evaluation, and `std::is_constant_evaluated()` if necessary
- Suggestion for CP.201: Avoid volatile compound operations
- F.8 Add short explanation what "pure function" is
- Docs
- Python not yet supported