Changes between Version 15 and Version 16 of WorkingGuideLines


Ignore:
Timestamp:
03/30/10 09:54:34 (14 years ago)
Author:
angel_il
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGuideLines

    v15 v16  
    99 * reviewing patch 
    1010 * applying patch 
    11  
     11 * code indentation 
    1212 
    1313== Creating Ticket Guidelines == 
     
    141141Release process should be described [wiki:ReleaseProcess here]. 
    142142 
     143== Code Indentation Guidelines == 
     144 
     145If you create new module conform to generally accepted style indentation of code like as '''indent''' utility with params: 
     146        --gnu-style  
     147        --format-first-column-comments  
     148        --indent-level4  
     149        --brace-indent0  
     150        --line-length100  
     151        --no-tabs  
     152        --blank-lines-after-procedures  
     153