Changes between Version 18 and Version 19 of doc/tec/developerrules/palmstandard


Ignore:
Timestamp:
Jan 7, 2019 3:38:21 PM (5 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/developerrules/palmstandard

    v18 v19  
    1515* Use '''ASCII''' characters only
    1616* Use '''SI units''' as physical units
    17 * Line-length limit '''132 characters''' (absolute limit for most compilers)
     17* Line-length limit
     18  * '''100 characters (soft limit)''' for optimal readability
     19  * '''132 characters (hard limit)''' absolute limit for most compilers!
    1820* '''NO''' use of tab characters (only exception: Makefile), because depending on the text editor, the code indentations might be corrupted.
    1921
     
    153155!--
    154156}}}
    155 * Comment text always starts at same position as the indented code to be described, and break text into several lines if '''> 132 characters''' are reached
     157* Comment text always starts at same position as the indented code to be described, and break text into several lines if '''> 100 characters''' are reached
    156158{{{
    157159       DO  j = nys, nyn
     
    202204\\
    203205= (5) Formatting & sorting =
    204 [[NoteBox(warn, Line length limit: '''132''' characters (hard limit))]]
     206[[NoteBox(warn, Line length limit: '''100''' characters ('''soft limit''')\, '''132''' characters ('''hard limit'''))]]
    205207
    206208== (5.1) Indentation, spaces & line breaks ==