Test-Driven Development in Java #5 - Part II - Outside-In TDD

preview_player
Показать описание
Jason Gorman demonstrates how to drive an implementation design that satisfies a customer requirement from the outside-in, discovering the internal design through refactoring.

Pros:
* Pieces are guaranteed to fit to satisfy customer requirement
* Internal design is better encapsulated, leading to test code that's less coupled to implementation details

Cons:
* Tests less useful for pinpointing sources of failures

Рекомендации по теме
Комментарии
Автор

My current favourite channel right now. Thanks, Jason!

Lucas-hhoh
Автор

Right is clockwise and left is anticlockwise. Isnt that right?

TheSridharraj
Автор

wrong name of the video
Test-Driven Development in Java #5 - Part II - Outside-In TDD. - actually is first part should be
Test-Driven Development in Java #5 - Part I ... - should be a second part

RostyslavShynlov