goncharov-vlad / SOLID

Exists because the author wanted to write down his own understanding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOLID

Explaining SOLID principles in my words by using ES6 and JSDocs

Structure

Each directory has a README.md file which contains the following sections:

  • Classic principal explanation
  • Example of violation of the principle
  • Why the code violates the principle?
  • What should be done with code to follow the principle?
  • Refactored code to make it follow the principle
  • In total

About

Exists because the author wanted to write down his own understanding