DEV Community

Discussion on: My testing epiphany

Collapse
 
guid75 profile image
Guid75

Well, in TDD, tests are even more powerful than that: we use them to describe the application behavior, so when a newcomer arrives, he just have to look the tests and have a better idea of what the code is really supposed to do.