2
Followers
18
Posts
lalatron.hashnode.dev
Let's be honest, writing good code is not easy. Writing code that everybody can understand, code that is easy to test and navigate through, is hard. I…
francescociulla.com
The SOLID principles are a set of software design principles, that help us to understand how we can structure our code in order to be robust, maintain…
fabcodes.hashnode.dev
Introduction The Open-Closed Principle states that types should be open for extension, but closed for modification. Analogy Lets assume we're operatin…
Introduction The Single Responsibility Principle states that a class or type should have one primary responsibility and as a result one reason to chan…
blog.annamcdougall.com
Being relatively new to JavaScript but not to the world of coding as a whole, I found myself recently being blown away by the glorious SOLID principle…