DEV Community

Discussion on: My personal take on TDD

Collapse
 
fredatbootstrap profile image
Fred@Bootstrap

Wasn't arguing against mocking/stubbing, just the level of it in some codebases, which for me is a code smell. That's why I think it's sometimes better to write unit-tests only after you have all your dependencies and class APIs figured out.