Refactoring
From HaskellWiki
(Difference between revisions)
(HaWiki conversion) |
m (Fix category) |
||
| Line 20: | Line 20: | ||
* [[Monadic style transformation]] | * [[Monadic style transformation]] | ||
| - | [[Category:Refactoring]] [[Category | + | [[Category:Refactoring]] [[Category:Glossary]] |
Current revision
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/.
1 External links
Some of the work being done in functional languages, and Haskell in particular:
- Refactoring Functional Programs aka the refactor-fp project
- Generic refactoring in Haskell
- Datatype refactoring in Haskell
- http://www.refactoring.com/ - the refactoring meta-site by Martin Fowler, linking to lots of other useful stuff.
- .NET Refactoring tutorial
