1 — Writing Tests First with Comments
Clarify intentions before coding.
less than a minute
This first module is focused on transitioning the developer from taking instruction over to deciding what’s needed. Testing and test design is the keystone for succeeding because the act of test design forces the developer to be concrete with what they want the code to do. As such, every shift within this module builds on testing design.
Successful completion on this module means that the developer can
Clarify intentions before coding.
Write your test in small, easy steps.
Accomplish simple, clean, and customer-focused design through your tests.
Poke the product with tests.