SHAWORDS

The definition I use for a pattern is an idea that has been useful in — Martin Fowler

"The definition I use for a pattern is an idea that has been useful in one practical context and will probably be useful in others"
M
Martin Fowler
Martin Fowler
author17 quotes

More by Martin Fowler

View all →
Quote
"Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior. Its heart is a series of small behavior preserving transformations. Each transformation (called a refactoring) does little, but a sequence of transformations can produce a significant restructuring. Since each refactoring is small, its less likely to go wrong. The system is also kept fully working after each small refactoring, reducing the chances that a system can get seriously broken during the restructuring."
M
Martin Fowler