Iterative development
Iterative development, or incremental development,
is a process of improving one small thing at a time.
It usually features this loop:
- Pick something to work on
- Analyze how to improve it
- Work on specific steps to make it better
- Evaluate results
- Return to step 1