General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Continuous Delivery
comments
Comments by "" (@ContinuousDelivery) on "Tackling Tough Parts Of Test Driven Development (TDD) With Michael Feathers u0026 Dave Farley" video.
I disagree, it is the tests that tell you that the interfaces are good. This is a common symptom of treating TDD as primarily a testing approach, rather than primarily a design approach. The idea of TDD is to use the test to "experience" your code as a user of it, if the test is difficult to write, your design is bad. If your tests change when you change your implementation, then your tests and/or your design is bad. This is good stuff to know when you are prototyping a design.
7
I have it on my backlog for a video, but it is a fair bit of effort, and I have limited time per episode - I also have to make a living 😉
3