this post was submitted on 02 Nov 2023
1141 points (98.0% liked)
Programmer Humor
32555 readers
698 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
Hell no! I love QA, they find all the bugs I make since I dont bother with unit tests. I think every dev team should have 1:1 devs to testers.
Every time someone needs to change anything nontrivial, like a large feature or a refactor they just code away blindly, hope it doesn't make anything explode, and then wait for QA to pat them on the back or raise any potential bug? Does this mean your QA team makes a full product sweep for every single feature that gets merged? If that's the case, you'd need more than 1 QA per developer. If not, you're now stuck debugging blindly too, not knowing when the thing broke?
I worked with a team like yours at one point, and it was hell ๐ฌ Each new feature is like poking away at a black box hoping it doesn't explode...
On the internet, nobody knows when you're being sarcastic.
Indeed!