Skip to main content

2002 | OriginalPaper | Buchkapitel

Refactoring: Improving the Design of Existing Code

verfasst von : Martin Fowler

Erschienen in: Extreme Programming and Agile Methods — XP/Agile Universe 2002

Verlag: Springer Berlin Heidelberg

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Almost every expert in Object-Oriented Development stresses the importance of iterative development. As you proceed with the iterative development, you need to add function to the existing code base. If you are really lucky that code base is structured just right to support the new function while still preserving its design integrity. Of course most of the time we are not lucky, the code does not quite fit what we want to do. You could just add the function on top of the code base. But soon this leads to applying patch upon patch making your system more complex than it needs to be. This complexity leads to bugs, and cripples your productivity.

Metadaten
Titel
Refactoring: Improving the Design of Existing Code
verfasst von
Martin Fowler
Copyright-Jahr
2002
Verlag
Springer Berlin Heidelberg
DOI
https://doi.org/10.1007/3-540-45672-4_31