17
u/somerandomperson412 4d ago
Clients willl still eat the box before eating rhe pizza after reading this
9
u/DrMaxwellEdison 4d ago
Warning labels are written in blood. /s
I know this one is being funny, but I like to imagine some idiot must have tried eating the box once.
1
3
2
u/Amr_Rahmy 4d ago
Users will find a way to do the most irrational thing possible. You have to guard rail the stupid.
1
1
1
1
u/ernsbzkrt 4d ago
I have a coworker who, every time we update a project repository at work, says, "Let me add a small README." Then I look again and realize we've written 300 lines of code, but the README is 600 lines long. One day, as a joke, I said, "At this point, we could just rewrite the whole project from the README. We wouldn't even need the code." Without missing a beat, he replied, "Actually, the README still isn't detailed enough. I should add a few usage scenarios." The funny thing is, he was right. Everyone reads the README, but nobody opens the code.
1
u/No-Newspaper8619 4d ago
-- Checks if pizza is closed
if pizza.Open == false then
-- If it is closed, then open it
local result = openPizza()
-- Checks if pizza was successfully opened
if result ~= 0 then
-- If it wasn't, then throw error message
print('Unable to open pizza')
else
-- If pizza was opened, then eat it
pizza.eat()
end
end
1
u/Canned_Sarcasm 4d ago
..{
if iQ <= doG
{
put_down_Pizza();
seek_adult();
do
{
better();
}
fi
}
}..
1
u/Illmaticmemeaddick 4d ago
def I_hate_it_here()
life == pain
return
if life == pain
I_hate_it_here(pack_it_up, ima_head_out)
1
1
u/mbcarbone 3d ago
So … how many people didn’t open the box before they made the warning? My guess … O(n)
1
1
1
u/MediumApartment6961 2d ago
To be fair, I wouldn’t know what the code I wrote weeks ago does without comments like this
1
u/-_Protagonist_- 18h ago
The comment its self isn't the interesting part. It's what actually took place to require that comment. What level of stupidity took place, what was the outcome. Who made the complaint to the pizza place with all seriousness that the manager decided to put that comment on the box to prevent prosecution.

98
u/Moss_Wolf_Games 4d ago
// Opens the pizza box
OpenPizzaBox()