1409
Tests are code too
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Right,too much coverage is also a bad thing. It leads to having to work on the silly tests every time you change som implementation detail.
Good tests let the insides of the unit change without breaking, as long as the behave the same to the outside world.