Hacker News new | ask | show | jobs
by sukilot 2205 days ago
And because they hoard profit instead of hiring more QA staff.
2 comments

From personal anecdote I find that it's just poor culture which prevents qualified people from getting hired. Even with tons of reqs open, no one new as added to the staff.
Engineers should do QA. QA is unnecessary
> Engineers should do QA

Yes, they should. The vast majority of QA should be automated unit and integration tests.

> QA is unnecessary

This is objectively false. Even if you perform 99.999% of all QA in an automated way, you're still going to miss those edge cases, like the infamous daily kernel panics due to buggy support for external USB-c displays that only real humans testing your product in the real world with 3rd-party devices can find. QA is still extremely important, and when companies like Apple neglect it, they end up shipping buggy and disappointing products.

I’ll take 99.999%. I doubt a normal sized QA team would have caught this bug you mentioned.