|
|
|
|
|
by mattmanser
144 days ago
|
|
Are ghost bugs even real? My first job had the Devs working front-line support years ago. Due to that, I learnt an important lessons in bug fixing. Always be able to re-create the bug first. There are no such thing as ghost bugs, you just need to ask the reporter the right questions. Unless your code is multi-threaded, to which I say, good luck! |
|
When the cause is difficult to source or fix, it's sometimes easier to address the effect by coding around the problem, which is why mature code tends to have some unintuitive warts to handle edge cases.