Changes between Version 4 and Version 5 of CodeQuality


Ignore:
Timestamp:
Feb 24, 2014, 11:15:52 PM (10 years ago)
Author:
wraitii
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeQuality

    v4 v5  
     1== General C++ quality guidelines ==
     2
     3C++ is a tricky language to master, and it is extremely easy to write slow and/or inefficient code in it. Though nothing replaces experience and trial and error, having some background is recommended.
     4A well written and quite comprehensive guide can be found here: [http://www.agner.org/optimize/optimizing_cpp.pdf]
     5
    16== Code quality checking tools ==
    27