Category:Style
From HaskellWiki
(Difference between revisions)
(make Category:Haskell the parent cat) |
m |
||
| (One intermediate revision not shown.) | |||
| 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. | ||
| - | + | Remember that programs are written once, then altered and read many times. | |
| - | Because of this, saving keystrokes when typing code is not so important | + | Because of this, saving keystrokes when typing code is not so important compared to assistance for understanding and for modifications. |
[[Category:Haskell]] | [[Category:Haskell]] | ||
Current revision
Programming is not only a question of "works" and "does not work", but also a question of style. Remember that programs are written once, then altered and read many times. Because of this, saving keystrokes when typing code is not so important compared to assistance for understanding and for modifications.
Pages in category "Style"
There are 39 pages in this category.
