Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Thanks for your answer (also for the brief excursion to C#). Easy reviewing is of course an important point, especially in Open Source projects. With cheap returns in modern C++, these considerations will lose their importance. With older legacy software and it's aged compilers it may be still helpful. Commented Oct 5, 2015 at 14:18
  • I didn't forget about it, but C++ Core Guidelines is not as quick to get. It's interesting that it's Philosophy shows the rationale behind the rules and also a modernized view on programming ("Express ideas directly in code" reads a little bit like the Zen of python) as a way to communicate. Commented Oct 5, 2015 at 14:37
  • Supplement: direct link to the Philosophy section of the C++ Code Guidelines. Commented Feb 19, 2020 at 8:30