Iterative Design Model
- Tags
- comp-sci
A software development model that build programs incrementally, in pieces. At each increment you have a working solution, but it may not cover any or all of the features required by the system.
Iterations are shorter meaning you have more room for [see page 45, refining] requirements in-between them.