this post was submitted on 10 Feb 2026
285 points (95.5% liked)

Programmer Humor

30419 readers
1493 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
[โ€“] AudaciousArmadillo@piefed.blahaj.zone 14 points 1 month ago (1 children)

It works great for technical constructs. E.g. A Button is a UI element. But for anything business logic related, yeah it'll suck.

[โ€“] FooBarrington@lemmy.world 7 points 1 month ago

Even then there's rarely a good reason to use inheritance instead of composition.