/
Race condition
Race condition
A race condition is the term often used to describe bugs which are hard to reproduce reliably because they are timing dependent.
The bug only shows up when A happens before B and much of the time B happens before A.
So these bugs are by their nature difficult to reproduce. The good news is they are also hard for customers to reproduce so when it comes to prioritization it’s not the worst thing in the world to fix the easily reproduce-able bugs - that clears the windscreen makes it easier to find the remaining difficult to reproduce bugs like race conditions.
, multiple selections available,
Related content
Race Conditions
Race Conditions
More like this
Premature Optimization
Premature Optimization
More like this
Distract your users from a slow process
Distract your users from a slow process
More like this
What is a zero-day vulnerability?
What is a zero-day vulnerability?
More like this
How poor error handling degrades our lives as users
How poor error handling degrades our lives as users
More like this