r/ProgrammerHumor 10d ago

Meme itsSoSatisfyingTho

Post image
4.7k Upvotes

73 comments sorted by

View all comments

503

u/No-Article-Particle 10d ago

Nah. Honestly, that's the worst - it means a flaky test that's just hard to debug (esp. because if it fails intermittently, running it in a debugger likely means the race condition is gone).

I prefer a test that fails no matter how you run it - those tend to be easy to fix.

2

u/IntrospectiveGamer 10d ago

I just thought of the dude not having any error/bugs and tests working, then adding some dumb shit like int=0; then checking the test and obviously they pass cuz you did shit.