DEV Community

Discussion on: Are unit tests a waste of your time?

Collapse
 
andrewharpin profile image
Andrew Harpin

The challenge with unit testing, is having effective unit testing.

Many groups use it as a box checking exercise. Basically using the code as a design to implement the testing, this results in significant effort for zero benefit.

The challenge is educating developers to implement from the use case perspective over the code perspective.