Changes between Version 6 and Version 7 of CodingStyle
- Timestamp:
- Oct 4, 2007, 1:59:40 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingStyle
v6 v7 255 255 Tricky code should not be commented but rewritten: In general, the use of comments should be minimized by making the code self-documenting by appropriate name choices and an explicit logical structure. 256 256 257 All comments should be written in English. Whenever possible, end comments with a period as normal phrases, and wrap long comments inside 80 characters foreach line.257 All comments should be written in English. Whenever possible, end comments with a period as normal phrases, and wrap comments within the first 80 characters of each line. 258 258 259 259 There should be a space after the comment identifier.