this post was submitted on 06 May 2026
330 points (98.5% liked)

Programmer Humor

31280 readers
1584 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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Jakylla@jlai.lu 10 points 6 hours ago
if(payment == false) {
    blade.sharpness = 0;
    handle.confort = -2;
    reflection.displayAdd();
} else if(updated == true) {
    blade.sharpness = 4;
    handle.confort = 3;
} else {
    blade.sharpness = 3;
    handle.confort = 2;
    speaker.playSound("needUpdate.mp3");
}