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
- C.48: Prefer default member initializers, also for non-constant initializers
- Prefer default member initializers also for non-constant initializers
- Provide a simple GSL utility to replace `static_cast<void>`
- Appendix C: Changes to "Define Copy, move, and destroy consistently"
- [Update Needed, No Longer Always True Since C++23] F.19: For “forward” parameters, pass by TP&& and only std::forward the parameter
- Update guidelines for existence of C++20 modules
- ES.107 (and others) never mentions `std::ssize()`
- Add guideline to not invoke undefined behavior
- Should ES.23 mention that ()-initialization is likely to be preferrable when dealing with containers containing types initializable from the container itself
- C++ Core Guidelines Markdown explicit anchor links not working (updated the 20/05/2024)
- Docs
- Python not yet supported