Closed
Description
- Subsystem: doc
IMHO we should add a link to the Google Style Guide according to which me are linting C++
and add some Best Practices
After #12540 I thought we should add something like:
When editing C++
If you add a new macro or use a new external function, make sure you include the header file explicitly in the file you are editing. This makes sure your change is independent of previous changes, and makes it easier to backport