Changeset 1779
- Timestamp:
- Jun 27, 2014, 12:32:51 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CodingStyle.txt
r1776 r1779 162 162 rarely generate better code than switch or if statement. 163 163 164 Commenting 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 164 172 Disabling code 165 173
Note:
See TracChangeset
for help on using the changeset viewer.