Changes between Version 6 and Version 7 of CodingStyle


Ignore:
Timestamp:
Oct 4, 2007, 1:59:40 PM (17 years ago)
Author:
Frederico Caldeira Knabben
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodingStyle

    v6 v7  
    255255Tricky 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.
    256256
    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 for each line.
     257All 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.
    258258
    259259There should be a space after the comment identifier.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy