[TOC]
Chapter 1 Getting the ABCs of Agile
Looking Back at Software Development Approaches
Code-and-Fix/Big Bang development
wrote some code and then fixed incorrect things
software was deliverd all at once, in a “big bang”
Waterfall
- Requirement
- Design
- Development
- Integration
- Testing
- Deployment
Waterfall presented a step forward from Code-and-Fix.
Problems:
- Schedule risk
- limited flexibility
- Reduced customer involvement