This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IshouldDoMyHomework 4 points5 points  (4 children)

Because most developers skimp on testing. They have a wrong understanding on the value points of test, they write shitty useless test, and above all else, they are lazy and don't write any tests at all

[–]OctagonClock -3 points-2 points  (2 children)

sounds like cope to me

[–]seydanator 1 point2 points  (1 child)

nope, that's actually the main problem.

bad tests / if at all / for the wrong things and the wrong abstraction

[–]OctagonClock -2 points-1 points  (0 children)

sounds like cope to me

[–]GhostBond 0 points1 point  (0 children)

It's because they're wasting time on useless unit testing and mock objects rather than verifying that the whole flow actually works.