/SOLID-Principles-JS

Explanation of SOLID principles with JavaScript (NodeJS) examples

Primary LanguageJavaScript

Introduction

SOLID principles are intended to make software designs more understandable, flexible, and maintainable Here I try to explain each one of them with examples in javascript language

Note : It's advised to check them in order

SOLID Principles :

Resourses :

  1. Dmitri Nesteruk
  2. Mostafa Elzantot (Arabic)
  3. Web Dev Simplified