Changes between Version 20 and Version 21 of DevNotes/DevGuide/CodingRules
- Timestamp:
- May 30, 2016 9:22:39 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/DevGuide/CodingRules
v20 v21 82 82 }}} 83 83 }}} 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 notBroadPeak)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) 86 86 * Models: When defining parameters use radius_core, sld_core names not core_radius and core_sld 87 87