Hacker News new | ask | show | jobs
by jeffreygoesto 1244 days ago
But inheritance is harder, isn't it?
1 comments

The concept of inheritance in programming is an ill conceived one. Better not to use it at all.
Inheritance is a concept of OOP not programming itself. And yes I much prefer composition.