Pinned Loading
-
-
design-patterns-cpp
design-patterns-cpp PublicForked from JakubVojvoda/design-patterns-cpp
C++ Design Patterns
C++
-
C++ Coding Standards
C++ Coding Standards 1# C++ Coding Standards Part 0: Automated Code Analysis23Automated analysis is the main advantage to working with a modern statically typed compiled language like C++. Code analysis tools can inform us when we have implemented an operator overload with a non-canonical form, when we should have made a method const, or when the scope of a variable can be reduced.
45In short, these tools catch the most commonly agreed best practice mistakes we are making and help educate us to write better code. We will be fully utilizing these tools.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.