this post was submitted on 26 Nov 2025
29 points (96.8% liked)

Programming

23594 readers
116 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] wesker@lemmy.sdf.org 11 points 13 hours ago (2 children)

Greate writeup.

Don't ever mention OOP during an interview. I swear it's such an odd topic of contention, you will flat out get passed up for mentioning it in any sort of positive light.

Yet if you employ the paradigm cleanly and in the right context, devs get impressed and start borrowing designs.

So weird.

[–] FishFace@piefed.social 1 points 3 hours ago

You can also just refer to the principles; at this point OOP is more of a buzzword with too much association with enterprise Java

[–] TehPers@beehaw.org 5 points 8 hours ago

OOP debates usually turn into inheritance vs composition which is weird because every modern used language has objects and most OOP languages lean towards composition these days.

The core OOP concepts are universal and important.