this post was submitted on 01 Apr 2025
632 points (99.7% liked)
Programmer Humor
22187 readers
1617 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
One time I worked on a team that had a ridiculously high defect rate. Stuff was constantly getting kicked back from QA. Management kept piling on all kinds of convoluted processes to try to reduce the number of defects which only made things worse.
I started really hammering the need for doing a root cause analysis as part of bug/defect tickets. Don't just fix the bug. Make sure you understand what caused it and link the bug ticket to the ticket that caused it.
Big surprise (not really), 90% of the bugs and defects were being caused by like 3 people.
Your comment made me think of some of the PM's whining about adding one story point for doing an RCA because apparently it's better to just ignore the problem and keep pumping out shitty broken code as fast as possible.
Yeah, that scenario sounds awfully familiar to me as well. ๐