Design Patterns
of what you're doing. And when you lose the overview, you don't plan
you're writing in the trenches ends up working fine for a while, but unless
you understand the bigger picture, that code really is a specialized solution
to a particular problem.
them once. Developers typically regard their work as tackling individual
problems by writing code and solving those problems. But the truth is that in
any professional environment, developers almost always end up spending a
lot more time on maintenance and adapting code to new situations than writ-
ing entirely new code.
to remedy the problems you face because you'll end up spending a great deal
of time putting out fires and trying to extend code written for a specific prob-
lem so that it can handle other cases as well. It makes more sense to get a
little overview on the process of code design and maintenance.