Differences between version 2 and previous revision of Refactoring.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Friday, July 1, 2005 6:26:40 pm | by AristotlePagaltzis | Revert |
Older page: | version 1 | Last edited on Wednesday, September 15, 2004 2:29:36 pm | by AristotlePagaltzis | Revert |
@@ -1,5 +1,5 @@
-The process of reorganising something structured --
commonly, that would be SourceCode, but it also applies to the organisation of pages in a wiki.
+The process of reorganising something structured –
commonly, that would be SourceCode, but it also applies to the organisation of pages in a wiki.
The term stems from algebra, where you can factor out common terms of an expression or distribute them.
The goal of [Refactoring] is to redistribute responsibilities (in SourceCode) or information (in a wiki) into more logical units that better enable reuse of common compoments as well as diversification of specialized ones.