magarcia

SOLID - Principles of Object-Oriented Design

9 min read

SOLID Principles are a valuable tool to write good object-oriented software. This article tries to put some light on the subject with simple explanations and examples for each principle using TypeScript.

> This article is based on the work done by [Samuel Oloruntoba](https://twitter.com/KayandraJT) in his article > [S.O.L.I.D: The First 5 Principles of Object Oriented Design](https://scotch.io/bar-ta...