I’m starting to learn about Test Driven Development. I’ve read quite a few articles that talk about TDD. Some refer to it as Test Driven Development. Others call it Test Driven Design. Are they the same thing? I get the impression they are the same, but if not, what are the main differences?
I’m starting to learn about Test Driven Development. I’ve read quite a few articles
Share
Test driven development refers to a practice describing how to write code.
Test driven design makes an additional claim: that following this practice will result in good (overall) design.