Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 27 and Version 28 of code/C++_styleguide


Ignore:
Timestamp:
Sep 24, 2008, 7:20:35 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/C++_styleguide

    v27 v28  
     1= Style Guide for Orxonox C++ Code =
    12[[TracNav(TracNav/TOC_Development)]]
    23[[TOC]]
    3 = Style Guide for Orxonox C++ Code =
    44
    55'Coding style' refers to the way source code is formatted. For C++, this involves things like brace placement, indentation, and the way parentheses are used. The most important thing is for the code to be consistent within a program or library - code with sloppy formatting is not acceptable, since it is hard to read.