Changes between Version 18 and Version 19 of doc/tec/developerrules/palmstandard
- Timestamp:
- Jan 7, 2019 3:38:21 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/developerrules/palmstandard
v18 v19 15 15 * Use '''ASCII''' characters only 16 16 * 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! 18 20 * '''NO''' use of tab characters (only exception: Makefile), because depending on the text editor, the code indentations might be corrupted. 19 21 … … 153 155 !-- 154 156 }}} 155 * Comment text always starts at same position as the indented code to be described, and break text into several lines if '''> 1 32characters''' are reached157 * 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 156 158 {{{ 157 159 DO j = nys, nyn … … 202 204 \\ 203 205 = (5) Formatting & sorting = 204 [[NoteBox(warn, Line length limit: '''1 32''' characters (hard limit))]]206 [[NoteBox(warn, Line length limit: '''100''' characters ('''soft limit''')\, '''132''' characters ('''hard limit'''))]] 205 207 206 208 == (5.1) Indentation, spaces & line breaks ==