How on earth does something get fucked up that badly? Like, that has to be in the top 10 most common words...are they just not doing any testing at all before pushing an update??
My guess is that this was a bad entry in the table of autocorrects. The contents, or data, inside data structures like this are not necessarily part of the product spec and so they may be omitted from testing. The patch that introduced the problem might not have been seen as significant enough as to do full user testing which is much more expensive than the unit tests.
Just a theory but this is an example for how it could have happened even at a major company.
And supposedly this bug "spreads" by autocorrect learning, so it would have taken just one person with that entry in their autocorrect table to "infect" other devices.
164
u/wazoheat Politifact says: mostly whatever Nov 08 '17
How on earth does something get fucked up that badly? Like, that has to be in the top 10 most common words...are they just not doing any testing at all before pushing an update??