Personal tools

Category:Style

From HaskellWiki

Revision as of 22:52, 27 May 2009 by Byorgey (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

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.