The midpoint of the debugging journey

33 points · 2 comments · view on lemmy.world

2 Comments

MaxMouseOCX@lemmy.world · 8 pts · 3y

Ever had several bugs coincide in such a way that the code works when you test it, then falls on its face in use? I have and it made me want to claw my eyes out.

candyman337@lemmy.world · 2 pts · 3y

If this is happening, it's time to begin checking for race conditions. Just learned that one lol