try {
anal();
} catch() {
std();
}
Programmer Humor
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
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}
}
}
KISS in unsafe blocks does make sense.
Pregnant Β―\_(γ)_/Β―
I think that's the result of dependency injection.
ππ
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.
Also exists in C#, where it allows you to use pointers.
Nah I know I was just shitposting lol
Some people write their entire codebase within those parentheses.
^me.^ ^I'm^ ^talking^ ^about^ ^me^
Why?
They like to live ~~dangerously~~ unsafely
It would turn into a prince! An unstable prince of undefined behavior.
Reply hazy, try again.
(eventually something will catch)