Hacker News new | ask | show | jobs
Object-Oriented Programming is Bad (youtube.com)
15 points by delan 3808 days ago
2 comments

so which procedural language should we be using? still waiting to here a recommendation? best recommendation he offers is a combination of object-oriented and functional ?!

title should be rewritten OOP is good. with some small changes - prefer stateless instead of stateful - prefer aggregation of objects over inheritance - prefer functional first

I guess no would see the video if he had a reasonable title that made sense.

Just use the good parts of OOP and forget about inheritance brah.
Favor interfaces and composition instead brosef.
Don't use paramatized types brotha.