Changes between Version 2 and Version 3 of DevNotes/DevGuide/CodingRules
- Timestamp:
- May 30, 2016 6:53:41 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/DevGuide/CodingRules
v2 v3 28 28 Golden Rule: 29 29 30 The committed code should NEVER break the build.31 If you do break the build - the #1 priority is to fix it IMMEDIATELY.30 '''The committed code should NEVER break the build.''' 31 '''If you do break the build - the no. 1 priority is to fix it IMMEDIATELY.''' 32 32 33 33 Coding Standards