Summary and Quiz: Building an Application Using TDD
Explore how to build an application iteratively with test-driven development, using user stories to guide small steps. Learn to create clean, thoroughly tested core code, then connect it to real-world elements, avoiding upfront big design.
Recap
We’ve learned the key ideas that let us ...