Difference between revisions of "Category:Style"

From HaskellWiki
Jump to navigation Jump to search
m
(make Category:Haskell the parent cat)
Line 2: Line 2:
 
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, saving keystrokes when typing code is not so important like assistance for understanding and for modifications.
 
Because of this, saving keystrokes when typing code is not so important like assistance for understanding and for modifications.
  +
  +
[[Category:Haskell]]

Revision as of 22:44, 12 January 2007

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.