Category:Style

From HaskellWiki
Revision as of 01:13, 5 August 2021 by Atravers (talk | contribs) (Added link to Simple Haskell Initiative)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

See also