General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Andrea Laforgia
Continuous Delivery
comments
Comments by "Andrea Laforgia" (@andrealaforgia) on "Do People HATE Test Driven Development (TDD)?" video.
I've seen a lot of misunderstandings of TDD but yours wins! :D
3
The scale of the project and the number of dependencies should really be irrelevant, in order to apply TDD. In fact, presenting an example for adding two numbers is much more similar to the real TDD scenarios. TDD is for small problems and large problems can always be broken down into small problems. TDD is applied to small scenarios/behaviours to be tested in isolation. Then you move on to the next one, and the next one, and the next one.
2
>it result in twice as much code being produced Simply not true. You write code, you need tests for it. Whether you write them before or after doesn’t change the amount of code produced.
2