Hacker News new | ask | show | jobs
by michelb 2205 days ago
Unlikely. I think they are just spread very thin, internal communications between groups is still broken, the dev process is/was broken (but is supposedly being fixed), and departments probably still don't cooperate. Priorities lie with features that sell the eco-system, not fixing bugs.
1 comments

And because they hoard profit instead of hiring more QA staff.
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.