Changes between Version 4 and Version 5 of CodingConventions
- Timestamp:
- 3/15/2009 6:29:34 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingConventions
v4 v5 30 30 * All local variables (including function parameters) will use !interCaps. 31 31 * Properties 32 * All properties will use !InterCaps. Do NOT prefix the pro eprty with underscores or other markers.32 * All properties will use !InterCaps. Do NOT prefix the property with underscores or other markers.