this post was submitted on 28 Jul 2026
492 points (96.1% liked)

Programmer Humor

32557 readers
1761 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] SnotFlickerman@lemmy.blahaj.zone 11 points 4 days ago* (last edited 4 days ago) (1 children)
// This is a Glass class
class Glass {
     filled(halfFull,  halfEmpty) {
         this.halfFull;
         this.halfEmpty;
         }
}
[โ€“] jaybone@lemmy.zip 3 points 3 days ago

What the hell kind of glass is this?