TL;DR: They fired the QA team to save money. Then they made the engineers do the QA work for no extra pay.
Yahoo’s Engineers Move to Coding Without a QA Team
11–20 of 188 posts
Re: Yahoo’s Engineers Move to Coding Without a QA Team
#12Re: Yahoo’s Engineers Move to Coding Without a QA Team
#13Re: Yahoo’s Engineers Move to Coding Without a QA Team
#14If this is working so well, why is there still no version of Yahoo Messenger—a core product—for either Mac OS X or iOS?
And apparently there's a native OS X client coming, as well: http://mashable.com/2015/12/03/yahoo-messenger-is-back/
Re: Yahoo’s Engineers Move to Coding Without a QA Team
#15Re: Yahoo’s Engineers Move to Coding Without a QA Team
#16TL;DR: They fired the QA team to save money. Then they made the engineers do the QA work for no extra pay.
I think that is a slightly harsh assessment. They forced the engineers to stop shipping shoddy code, so the QA team wasn't necessary in their opinion. However I think there is probably a middle ground where your engineers deliver quality code and you also have a QA team to increase that quality even further.
Re: Yahoo’s Engineers Move to Coding Without a QA Team
#17If this is working so well, why is there still no version of Yahoo Messenger—a core product—for either Mac OS X or iOS?
Re: Yahoo’s Engineers Move to Coding Without a QA Team
#18TL;DR: They fired the QA team to save money. Then they made the engineers do the QA work for no extra pay.
I think that is a slightly harsh assessment. They forced the engineers to stop shipping shoddy code, so the QA team wasn't necessary in their opinion. However I think there is probably a middle ground where your engineers deliver quality code and you also have a QA team to increase that quality even further.
I don't know of any large, complex systems where QA is not necessary. Technology is only fallible because humans are.
Re: Yahoo’s Engineers Move to Coding Without a QA Team
#19TL;DR: They fired the QA team to save money. Then they made the engineers do the QA work for no extra pay.
I mean, they have a salary, so unless the engineers are required to stay extra hours to do the QA it makes no difference to them.
Re: Yahoo’s Engineers Move to Coding Without a QA Team
#20Keeping a central code repository, automating builds, frequent commits and automatic tests for code are taking away a lot of load for QA teams.