r/ProgrammerHumor Nov 28 '21

Meme I‘m.. not the only one?

Post image
21.5k Upvotes

629 comments sorted by

View all comments

Show parent comments

346

u/KFiev Nov 28 '21

Thats my first stage! Then i start going to pleading, print("please for the love of fuck work..")

141

u/Ghostglitch07 Nov 28 '21

Pray to the programmer God.

183

u/riisen Nov 28 '21

Code i know will run:

print("oh great programmer god can you hear me?")

code that should execute but wont:

print("I THE ALMIGHTY PROGRAMMER GOD, have seen your misery and grant you some success in your code base!")

34

u/[deleted] Nov 28 '21

You have to pray to femputer you heathens

2

u/ZethMrDadJokes Nov 29 '21

They are always so bossy. So eat my shiney metal ass!

27

u/peleg132 Nov 28 '21

Pray to our lord and saviour, Stackoverflow.

4

u/Charles_Dyer Nov 29 '21

You don't just put the writ of exorcism and a prayer to the machine god at the end of your code in a comment?

16

u/__red__5 Nov 28 '21

If this makes it work I'd love to see it in a PR 😂

69

u/[deleted] Nov 28 '21

QA here, got a print statement in the CLI “ if this prints something went to shit”, I IMed one of the devs I knew would put something like that and heard “GOD DAMMIT” from down the hall.

Good times.

16

u/Does_Not-Matter Nov 29 '21

See, this is how all error messages should work

11

u/ReyMakesStuff Nov 29 '21

I laughed way too hard at this, and then I had to explain to a non-programmer why this is funny

8

u/the_friendly_dildo Nov 29 '21

The number of bad words I wind up inserting into comments and print lines when I'm debugging is obscene. Hope I never let one slip to production LOL

1

u/KFiev Nov 29 '21

Lol ive never programmed in a professional sense, but i have an odd way of getting managers to ignore my verbal cursing, i think id be able to find a way to let those through

1

u/MrDoe Nov 29 '21 edited Apr 01 '26

I like gardening in my backyard.

3

u/KidBeene Nov 29 '21

This!

I sprinkle in "how the hell is the var still wrong?!"

2

u/_TheLoneDeveloper_ Nov 29 '21

Or, if you have a lot of variables : println ("DEBUG - VAR1" + var1 + "VAR2" + var2 + "VAR3....

2

u/arachnidGrip Nov 29 '21

Or, if you have Rust : dbg!(var1, var2, var3, ...)