try {
anal();
} catch() {
std();
}
this post was submitted on 25 Feb 2026
271 points (98.9% liked)
Programmer Humor
30006 readers
2455 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
try {
anal();
} catch (HIV) {
die('wear a condom next time');
}
That's legacy code from the 80s. Please update it when you get the chance.
try {
anal();
} catch (HIV) {
loop {
sleep(1000000000);
if HIV.has_cure {break}
}
}
Pregnant Β―\_(γ)_/Β―
I think that's the result of dependency injection.
KISS in unsafe blocks does make sense.
ππ
Reply hazy, try again.
(eventually something will catch)
uWu whatβs this?
The unsafe rust keyword basically just lets you declare a scope in which some memory checks do not need to pass for the program to compile.
Some people write their entire codebase within those parentheses.
^me.^ ^I'm^ ^talking^ ^about^ ^me^
It would turn into a prince! An unstable prince of undefined behavior.