Summary and Quiz: Driving the Domain Layer
Explore how to apply test-driven development to create strong domain logic for a game application. Learn step-by-step techniques including unit testing with hexagonal architecture, usage of test doubles, SOLID design principles, and achieving full code coverage for maintainable, high-quality software.
We'll cover the following...
We'll cover the following...
Chapter’s recap
We’ve covered a lot of ground in this section. We’ve used TDD to drive out the core application logic for our Wordz game. We’ve taken small ...