Is Unit Testing worth the effort?

Posted by The Talking Walnut on Stack Overflow See other posts from Stack Overflow or by The Talking Walnut
Published on 2008-09-15T21:44:00Z Indexed on 2010/05/21 0:20 UTC
Read the original article Hit count: 195

I am working to integrate unit testing into the development process on the team I work on and there are some skeptics. What are some good ways to convince the skeptical developers on the team of the value of Unit Testing? In my specific case we would be adding Unit Tests as we add functionality or fixed bugs. Unfortunately our code base does not lend itself to easy testing.

© Stack Overflow or respective owner

Related posts about subjective

Related posts about best-practices