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

 1 mike  1.1 
 2           
 3 mike  1.2     1.	Indent four spaces (not three and not tabs).
 4 mike  1.1 
 5               2.	Literals used (other than 0 or 1).
 6           
 7               3.	NULL used in several places.
 8 mike  1.2 
 9               4.  Put braces on their own lines like this:
10           
11           	    if (condition)
12           	    {
13           
14           	    }
15           
16           	Avoid this style:
17           
18           	    if (condition) {
19           
20           	    }
21 mike  1.3 
22               5.	Makedepend utility was made the default depend
23           	utility on some platforms. The deafault should be
24           	"mu depend".
25 mike  1.4 
26               6.	Regression tests should only print this:
27           
28           	    "+++++ passed all tests"
29           
30           	Extraneous output should be removed.

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2