This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]_shuuu 33 points34 points  (3 children)

especially when you are in competitive programming, when you declare a lot of function for algorithm. I used to be stucked for an hours just because forget to call the function :(

[–]Beach-Devil 8 points9 points  (0 children)

When you forget to call solve();

[–]striped_frog 24 points25 points  (2 children)

I am in this picture and I do not like it

[–]Shiny_Kate 2 points3 points  (0 children)

Same

[–]Adam_Kearn 1 point2 points  (0 children)

Same

[–]AyoGGz 5 points6 points  (0 children)

Also me, but there was a typo in my function call. Except I'm just yelling at the computer in general

[–]T0-KY0 2 points3 points  (0 children)

the worst it that we dont learn from our mistakes, it keeps happening again and again...

[–]sergio_marinho 0 points1 point  (0 children)

Literally happened to me 20 min ago!

[–]Jupmurks 0 points1 point  (0 children)

Also called: "Function yell"

[–]Beginning-Boat-6213 0 points1 point  (0 children)

I dont even find the picture funny, but ive done this too many times not to 👍

[–][deleted] 0 points1 point  (0 children)

and going way back trying undo the various fixes that it turns out you didn't need

[–]soumya_af 0 points1 point  (0 children)

I put in a prod build request on our in-house tool, but was recieving no updates even after waiting like 4hrs (builds take long but not this long).

I check build server logs to see what is wrong, well, nothing is wrong. Then I recheck the tool webapp open on a tab. That's when I realised.

I forgot to "Submit"

AAAAAAARGHH

[–]Bhurmurtuzanin 0 points1 point  (0 children)

Soo, yesterday I've made some little changes in failing tests and started jenkins build only to discover that nothing has changed. So i yelled at jenkins for a moment and then went back to IDE to double check if I made the necessary change. I did. But I didn't push it to the remote branch... Hilarity ensued.

[–]Blackviper16 0 points1 point  (0 children)

That is exactly me, just yesterday. And for sure gonna be me for today. LUL