Hacker News new | ask | show | jobs
OOP Principles That Will Take You Far (tacoda.medium.com)
9 points by tacoda 6 days ago
2 comments

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.
Article repeating the most conventional of wisdom with extra AI slop. Very uninteresting.