Changes between Version 27 and Version 28 of code/C++_styleguide
- Timestamp:
- Sep 24, 2008, 7:20:35 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/C++_styleguide
v27 v28 1 = Style Guide for Orxonox C++ Code = 1 2 [[TracNav(TracNav/TOC_Development)]] 2 3 [[TOC]] 3 = Style Guide for Orxonox C++ Code =4 4 5 5 '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.