Changes between Version 33 and Version 34 of Coding_Conventions


Ignore:
Timestamp:
Jan 6, 2018, 11:37:02 PM (6 years ago)
Author:
Adrián Chaves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Coding_Conventions

    v33 v34  
    1111
    1212Our code is currently not entirely consistent in places, but the following guidelines attempt to describe the most common style and are what we should converge towards. (Obviously we always want clean, readable, adequately-documented code - lots of articles and books already talk about how to do that - so here we're mostly describing minor details.)
     13
     14== Common ==
     15
     16- Use the US variant of English when choosing variable names. For example, use 'color' instead of 'colour'.
    1317
    1418== C++ ==