background image
<< XP Testing | The two test-first questions >>
<< XP Testing | The two test-first questions >>
On Test-First Programming
On Test-First Programming
Think of it as coding to teeny, tiny, mini-iterations.
Break each task into boolean expressions.
Ask "What feature do I need next?"
Test the smallest and most immediate element of the overall task.
Take small steps!