this post was submitted on 05 Aug 2023
687 points (97.9% liked)

Programmer Humor

32061 readers
989 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ChickenLadyLovesLife@lemmy.world 26 points 1 year ago (1 children)

then you probably spend ten times longer writing and re-writing tests

This is always what I've seen personally when people use TDD. And it's worse because the inevitable time crunch towards the end of the project means the developers stop maintaining the tests, which renders all of the work put into the tests up to that point useless.

That's not a problem with unit tests, that's a problem with project management