Changes between Version 20 and Version 21 of DevNotes/DevGuide/CodingRules


Ignore:
Timestamp:
May 30, 2016 7:22:39 AM (8 years ago)
Author:
wojciech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CodingRules

    v20 v21  
    8282      }}} 
    8383      }}} 
    84     * Models: for adding a new model no capitalization and thus no CamelCase in model names. If necessary use underscore to separate (i.e. barbell not BarBell or broad_peak not BroadPeak) 
    85     * Models: Don't add/Remove “model” in/from the name (i.e. barbell not BarBellModel) 
     84    * Models: for adding a new model no capitalization and thus no CamelCase in model names. If necessary use underscore to separate (i.e. barbell not !BarBell or broad_peak not !BroadPeak) 
     85    * Models: Don't add/Remove “model” in/from the name (i.e. barbell not !BarBellModel) 
    8686    * Models: When defining parameters use radius_core, sld_core names not core_radius and core_sld 
    8787