1 — Accomplish Your Goal in Small, Testable Steps
What are the common threads you’ve learned so far and how will you take them forward?
less than a minute
4-part unit testing gave many advantages but still isn’t enough. It reduced the cost of writing tests, but you still write those tests either before or after writing the product code. This means that you have to write a large amount of problem, then enough solution to pass it, and back and forth. This module introduces stick-figure testing, which allows you to develop both problem and solution together, in small bits as you go.
Completing this module allows:
What are the common threads you’ve learned so far and how will you take them forward?
Identify the problem before assuming solutions.
Create design now that code is written.
Use stick-figure testing to modify existing code.