Changes between Version 2 and Version 3 of DevNotes/DevGuide/CodingRules


Ignore:
Timestamp:
May 30, 2016 4:53:41 AM (8 years ago)
Author:
wojciech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CodingRules

    v2 v3  
    2828Golden Rule: 
    2929 
    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.''' 
    3232 
    3333Coding Standards