SamehEtman / SOLID-Principles-JS

Explanation of SOLID principles with JavaScript (NodeJS) examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Explanation of SOLID principles with JavaScript (NodeJS) examples


Languages

Language:JavaScript 100.0%