July 2010
Intermediate to advanced
512 pages
15h 48m
English
An extremely strange, but common, feature of many software projects is that for long periods of time during the development process the application is not in a working state. In fact, most software developed by large teams spends a significant proportion of its development time in an unusable state. The reason for this is easy to understand: Nobody is interested in trying to run the whole application until it is finished. Developers check in changes and might even run automated unit tests, but nobody is trying to actually start the application and use it in a production-like environment.
This is doubly true in projects that use long-lived branches or defer acceptance testing until the end. Many ...