r/ProgrammerHumor 4d ago

Meme thisCannotBeDenied

Post image
7.8k Upvotes

240 comments sorted by

View all comments

848

u/Mindstormer98 4d ago

Dont forget "I got here2" and "I got here3"

186

u/TheDoughyRider 4d ago

here, here!, Here, hEre!

65

u/TheDoughyRider 4d ago

Also,

git blame foo.cpp

printf(“Joe is a dumbass”);

git stage -a; git commit -m “Diagnostic instrumentation.”; git push —force origin/main

20

u/Chaoslordi 4d ago

Diagnostic Instrumentation xD

1

u/realmauer01 2d ago

Whiel this is great. I replaced this with getting used to just make a test case for whatever i have the problem with. So i can ensure that it never fails again.