Teacher Version
Iterative Design
What is Iterative Design?
Check Your Understanding
- What method does this video recommend for building a solution to a problem?
- Construct the entire solution all at once
- Solve all the parts separately, then combine them in one step
- Solve a part, add it to the solution, test the combined whole, then repeat
- Build almost everything at once, then try to get the last part to fit