Hacker News new | ask | show | jobs
by tnelsond4 3 days ago
Oop is just Unix philosophy misapplied. Unix philosophy is that each program does one thing and you chain them together. In OOP you have each class do one thing, but at that scale it can become very messy.