ProgrammerHumor

myDebuggingExperienceSummarized

myDebuggingExperienceSummarized
https://i.redd.it/xunkzn35i2cf1.jpeg
Reddit

Discussion

camander321

It's always a little terrifying when there are edge cases you definitely haven't accounted for yet, but they are already working as intended.

1 day ago
beklog

If its working during my time....

22 hours ago
thies1310

This! This right here!

1 day ago
ballu_01

Then you do the smallest change, and it breaks. But when removing the change it stays broken.

1 day ago
RedBoxSquare

If it works, ship it

1 day ago
StructuralConfetti
while itWorked == False:
    itWorked = True
    try:
        #code goes here
    except:
        itWorked = False
1 day ago
kvt-dev

A truly exceptional strategy.

1 day ago
AlxR25
:sw::py::c:

It worked, don't touch it until you're desperate to change it

1 day ago
amiri-2_0

I am always scared why it works ! Because I think I am scammed or hacked somehow :) Or something else is working behind the scene 😂

Much more than when it doesn't work

1 day ago
Hacka4771

Looking at you Prisma Access Browser

1 day ago
gunkanreddit

Oh good lord, that happened to me. Never again. Worked but not for everyone 😔 I am still ashamed after decades.

1 day ago
dbell

I'm not scared anymore. At this point I'm counting it as a win and moving on.

19 hours ago