Changes between Version 3 and Version 4 of Development/CodingConventions


Ignore:
Timestamp:
08/06/09 19:56:55 (10 years ago)
Author:
ibboard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/CodingConventions

    v3 v4  
    33
    44The coding conventions are not written in stone (and some older code won't fit the coding conventions as two years in a more structured development environment have changed my thoughts on some things) but there are some guidelines that will keep code consistent.
     5
     6All new code should follow the following conventions as closely as possible, unless there is a good reason not to. Old code should be updated when it is modified but doesn't need to be updated to meet the conventions just for the sake of updating it.
    57
    68== File Headers ==