I’m curious to know what people’s most interesting and insightful defects have been?
I am not looking for your favourite “I was great for catching this” bug, but one that made you really stop and think.
Some examples from me:
- Our new feature had horrible behaviours with a specific appliance that had a limited (but turned up to 11) feature set. We didn’t know or consider that it existed. This led to new questions early in projects going forward!
- A minor package uptick on an embedded control led to a crash with certain devices that weren’t compatible. “Upticking as good practice” became a wider conversation.
- A poor design choice in handling connection startup led to network storms. I learnt a lot about network protocols that day (although my memory of the specifics of the bug is fuzzy).