The M.I.N.T principal: a new guideline for when to use Object-Oriented programming in TypeScript
Jun 22, 2025 · 8 min read · Please note that classes are not synonymous with the term object-oriented (OO). OO is not a specific language feature but a set of principles to follow (Encapsulation, Abstraction, Inheritance, and Polymorphism). There are theoretically other ways to...
Join discussion