General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Dean Schulze
Continuous Delivery
comments
Comments by "Dean Schulze" (@deanschulze3129) on "Tackling Tough Parts Of Test Driven Development (TDD) With Michael Feathers u0026 Dave Farley" video.
"test as you need to change things" That isn't TDD, though. TDD requires that you write the tests first. Maybe TDD should be less dogmatic.
3
You need integration tests if your code integrates with another application. Unit tests are almost worthless when writing a distributed system.
1