Changeset 1779


Ignore:
Timestamp:
Jun 27, 2014, 12:32:51 AM (11 years ago)
Author:
Steven Levine
Message:

Update commenting notes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CodingStyle.txt

    r1776 r1779  
    162162  rarely generate better code than switch or if statement.
    163163
     164Commenting code
     165
     166  Prefer javadoc style comments for function headers.
     167
     168  When usings // comments, // should be followed by a space.
     169
     170  Avoid using /* */ comments to disable code.  They can be hard to see.
     171
    164172Disabling code
    165173
Note: See TracChangeset for help on using the changeset viewer.