DEV Community

Discussion on: How would you convince your company to implement unit tests?

Collapse
 
beginagain profile image
Todd Hogarth

That approach can lead to you being the sole maintainer of tests. I'm in that position now where other devs routinely break existing tests and resolve the failing tests either by deleting them or commenting out.

I think it is pretty easy making the case for automated testing to management but to developers not so much.