DEV Community

Discussion on: Death by Interfaces?

Collapse
 
rolfstreefkerk profile image
Rolf Streefkerk

This discussion probably ties in well with unit testing. Imo, creating fine grained unit tests is a waste of time and a maintenance nightmare.

Here the interfaces come in very handy, we test against the interfaces only and we get decent code coverage and a good handle on code quality without going overboard.