this post was submitted on 09 May 2026
864 points (99.7% liked)

Programmer Humor

32360 readers
972 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 35 points 2 months ago (4 children)

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

[–] gnutrino@programming.dev 28 points 2 months 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 24 points 2 months 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 3 points 2 months ago

You make that sound like a bad thing