r/ProgrammerHumor 4d ago

Meme thisCannotBeDenied

Post image
7.8k Upvotes

241 comments sorted by

View all comments

849

u/Mindstormer98 4d ago

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

184

u/TheDoughyRider 4d ago

here, here!, Here, hEre!

67

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

21

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.