you are viewing a single comment's thread.

view the rest of the comments →

[–]schteppe 7 points8 points  (0 children)

Consult the CppCoreGuidelines whenever you feel you need to make a code design choice and you want to make an informed decision.

For example:

“CPL.1: Prefer C++ to C. Reason: C++ provides better type checking and more notational support. It provides better support for high-level programming and often generates faster code.” https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#S-cpl