(file) Return to CodeReviewNotes.txt CVS log (file) (dir) Up to [Pegasus] / pegasus / doc / Attic

Diff for /pegasus/doc/Attic/CodeReviewNotes.txt between version 1.1 and 1.2

version 1.1, 2001/12/22 00:45:38 version 1.2, 2001/12/22 01:40:19
Line 1 
Line 1 
  
  
     1.  The indentation standard is four.      1.  Indent four spaces (not three and not tabs).
  
     2.  Literals used (other than 0 or 1).     2.  Literals used (other than 0 or 1).
  
     3.  NULL used in several places.     3.  NULL used in several places.
   
       4.  Put braces on their own lines like this:
   
               if (condition)
               {
   
               }
   
           Avoid this style:
   
               if (condition) {
   
               }


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2