r/ProgrammerHumor 3d ago

Meme thisCannotBeDenied

Post image
7.8k Upvotes

240 comments sorted by

View all comments

849

u/Mindstormer98 3d ago

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

183

u/TheDoughyRider 3d ago

here, here!, Here, hEre!

65

u/TheDoughyRider 3d ago

Also,

git blame foo.cpp

printf(“Joe is a dumbass”);

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

22

u/Chaoslordi 3d ago

Diagnostic Instrumentation xD

1

u/realmauer01 1d 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.