Category:Style
From HaskellWiki
(Difference between revisions)
(some introduction to Style) |
m |
||
| Line 1: | Line 1: | ||
Programming is not only a question of "works" and "does not work", but also a question of style. | Programming is not only a question of "works" and "does not work", but also a question of style. | ||
Remind that programs are written once, then altered and read many times. | Remind that programs are written once, then altered and read many times. | ||
| - | Because of this, | + | Because of this, saving keystrokes when typing code is not so important like assistance for understanding and for modifications. |
Revision as of 13:23, 22 November 2006
Programming is not only a question of "works" and "does not work", but also a question of style. Remind that programs are written once, then altered and read many times. Because of this, saving keystrokes when typing code is not so important like assistance for understanding and for modifications.
Pages in category "Style"
There are 39 pages in this category.
