Hacker News new | ask | show | jobs
by lisbbb 330 days ago
Inheritance sucks if you wish to write good unit tests easily. It just totally freaking sucks due to encapsulation. When you step back, you realize that composition is a far better approach to writing testable code.