this post was submitted on 10 Feb 2026
313 points (95.6% liked)

Programmer Humor

31081 readers
121 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
[โ€“] tatterdemalion@programming.dev 1 points 2 months ago (1 children)

I have used OOP design patterns many times, but that doesn't mean I use inheritance a lot. I almost always reach for interfaces instead.

[โ€“] Valmond@lemmy.dbzer0.com 2 points 2 months ago

Well then I understand why inheritance isn't your thing, I yet have to see an interface in need of inheritance.