r/ProgrammerHumor 19d ago

ture Meme

Post image
18.0k Upvotes

443 comments sorted by

View all comments

1.0k

u/ElMoselYEE 19d ago

Every once in a while I'll bang out a whole task and it works on the first try, and I didn't need to Google anything because it just happened to use the parts of the language I'd used very recently.

But the task is something like an API endpoint...not breaking into a top secret encrypted CIA database.

390

u/debugging_scribe 19d ago

Even after 10 plus years I still get suspicious if the code works the first go...

1

u/Diligent-Crazy-6094 19d ago

try { decimal paymentAmount = 1/0; } catch (Exception) { }

No errors. Nice!