September 2014
Intermediate to advanced
416 pages
13h 39m
English
All programming is maintenance programming because you are rarely writing original code. It’s only the first 10 minutes that the code’s original, when you type it in the first time. That’s it.
—Dave Thomas and Andy Hunt
A popular saying in software development is that good architecture is architecture in which all hard-to-change decisions turn out to be right. Software architecture is about implementing behavior around pillars. Changing pillars on the go is obviously problematic, but it might become necessary if the pillars fail to support enough weight, or if you think of a better idea. Ensuring that code can survive changes and extensions is the Holy Grail of software, and it’s exactly the theory that ...
Read now
Unlock full access