Prefactoring
From Wikipedia, the free encyclopedia
Prefactoring is the application of past experience to the creation of new software systems. Its relationship to its namesake refactoring is that lessons learned from refactoring are part of that experience.
Experience is captured in guidelines that can be applied to a development process. The guidelines have come from a number of sources, including Jerry Weinberg, Norm Kerth, and Scott Ambler[citation needed].
These guidelines include:
- "When you're abstract, be abstract all the way"
- "Splitters can be lumped more easily than lumpers can be split"
- "Use the client’s language"
[edit] Further reading
- Pugh, Ken (2005). Prefactoring. O'Reilly Media. ISBN 0-596-00874-0. (the book won the Jolt award 2006)
[edit] External links
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (June 2009) |
| This software article is a stub. You can help Wikipedia by expanding it. |