COIN-OR::LEMON - Graph Library

Changes between Version 4 and Version 5 of CodingStyle


Ignore:
Timestamp:
03/09/09 17:05:09 (15 years ago)
Author:
Peter Kovacs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodingStyle

    v4 v5  
    33== General rules ==
    44
    5  - Code lines should not be longer than 80 characters
     5 - Code lines should not be longer than 80 characters.
    66 - The formatting in general should be something similar to that Emacs C++-mode does by default. I.e.
    77   - use two spaces for indenting.
     
    9292=== Private member variables ===
    9393
    94 Private member variables should start with underscore
     94Private member variables should start with underscore.
    9595
    9696{{{