Test-Driven Development On Richard

#unittest#TDD
at

Test-Driven Development(TDD)

I personally not use TDD strictly. Instead, I always use TED(Test enhanced development) to test diffident/core part of the program. TDD always hurt my design The TDD is only good at well-designed, well-modularized part. It forces you to carefully design the tested part. in case of not testable.

  • Someone ask me about the coverage of the test.
  • 60%. but maybe 20% or less use the TDD.

Good Conversation about TDD.Yeah, link from Martin Fowler, Java-Talker :)

reference

« mactalk 读后