5.9 Developing programs incrementally¶
- A programmer should not write the entire program and then run the program—hoping the program works.
- Experienced programmers practice incremental programming, starting with a simple version of the program, and then growing the program little-by-little into a complete version.