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

File: [Pegasus] / pegasus / doc / Attic / CodeReviewNotes.txt (download)
Revision: 1.2, Sat Dec 22 01:40:19 2001 UTC (22 years, 5 months ago) by mike
Branch: MAIN
Changes since 1.1: +14 -1 lines
New



    1.	Indent four spaces (not three and not tabs).

    2.	Literals used (other than 0 or 1).

    3.	NULL used in several places.

    4.  Put braces on their own lines like this:

	    if (condition)
	    {

	    }

	Avoid this style:

	    if (condition) {

	    }

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2