programmer_humor·Programmer Humorbyalphacyberranger OopsView original on lemmy.world642Comments7Reply
Veloxization yiffit.net2Hide 2 repliesOr in the case of some languages: "Oh. I forgot a return statement."19Reply
nnoproblemmy replyprogramming.devThe kind bullshit that makes me extract a value from a cache I just calculated just to make sure it is working.2Reply
DDiplomjodler feddit.deLast week I spent three hours trying to find a bug. Turns out I'd forgotten a slash in a path to one of the data files.6Reply
g[email protected] lemm.eeJust did this last week. Had a case for special handling db column "A" and wrote combined logic for "A" and "B" and spent an embarrassing amount of time wondering why "B" was still coming out wrong.5Reply
7 replies
Or in the case of some languages:
"Oh. I forgot a return statement."
The kind bullshit that makes me extract a value from a cache I just calculated just to make sure it is working.
Last week I spent three hours trying to find a bug. Turns out I'd forgotten a slash in a path to one of the data files.
Just did this last week. Had a
casefor special handling db column "A" and wrote combined logic for "A" and "B" and spent an embarrassing amount of time wondering why "B" was still coming out wrong.mems getting real low big guy
Relatable /s
Happened yesterday for about 15 mins