DEV Community

Discussion on: The Art of Unit Testing by Roy Osherove

Collapse
 
zakwillis profile image
zakwillis

Hi there. Thanks for letting the trade secret out the bag :). It is a great book, I must have read 4 years ago?
The book goes deep. From limited memory, I think the book puts the point across that unit testing is as much about showing other developers how code units work.
There is a danger in overly fussing about unit testing. Which is why I prefer data Testing.