this post was submitted on 09 May 2026
795 points (99.6% liked)

Programmer Humor

32088 readers
273 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
[–] poopsmith@lemmy.ml 32 points 1 month ago (4 children)

The OOP goons eventually won and Go added generics a few years back.

[–] gnutrino@programming.dev 26 points 1 month ago

Generics aren't really OOP, OOP tends to use run time dynamic dispatch through inheritance. Generics come from functional programming type constructors.

[–] Corbin@programming.dev 23 points 1 month ago

You're thinking of architecture astronauts when talking about generics. The biggest win of the object-oriented folks was to get a garbage collector included by default; compare and contrast with Rust, which ended up not having garbage collection.

[–] firelizzard@programming.dev 2 points 1 month ago

You make that sound like a bad thing