Search⌘ K
AI Features

Summary and Quiz: Test First, Test Later, Test Never

Understand the benefits of writing tests before code versus after or not at all. Learn how hexagonal architecture supports test-driven development and the testing pyramid to enable effective, fast validation of core user story logic.

We'll cover the following...

Chapter’s recap

This chapter has discussed the various stages at which we can write ...