Changes between Version 3 and Version 4 of Contributing/CodingStyle


Ignore:
Timestamp:
03/18/2010 12:03:44 PM (14 years ago)
Author:
johnnyg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Contributing/CodingStyle

    v3 v4  
    1111 
    1212 * Classes should follow the Ext coding style. 
    13  * Class names should be in CamelCaps 
    14  * Instances of classes should use mixedCase. 
     13 * Class names should be in !CamelCase 
     14 * Instances of classes should use camelCase.