Difference between revisions of "Refactoring"

From HaskellWiki
Jump to navigation Jump to search
(HaWiki conversion)
(No difference)

Revision as of 20:37, 5 October 2006

Refactoring is the process of incrementally improving the design of software.

Far more than you ever wanted to know about refactoring at http://www.refactoring.com/.

External links

Some of the work being done in functional languages, and Haskell in particular:

On this wiki