this post was submitted on 06 Jul 2024
442 points (95.5% liked)
Programmer Humor
32472 readers
577 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How solid is the unit test coverage? What about regression tests? If you get new bugs creeping in all the time, your bug-catchers aren't doing their job
Yeah, I've said that before. I don't think they have enough regression tests, and unit tests.
I did a sting writing tests for a team that previously had none. Fun times, the things that were uncovered that day...