Skip to content

maxmartinezc/solid-principles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solid Principles

This repository contains examples of "solid" principles which are used in the S.O.L.I.D principles series published in https://maxmartinez.dev

Install dependencies

npm install

Run commands

Single Responsibilty Principle Example: npm run solid:srp

Open/Closed Principle Example: npm run solid:ocp

Liskov Substitution Principle Example: npm run solid:lsp

Interface Segregation Principle Example: npm run solid:isp

Dependency Injection Principle Example: npm run solid:dip

Project Folders

  • src/srp: Single Responsibilty Principle
  • src/ocp: Open/Closed Principle
  • src/lsp: Liskov Substitution Principle
  • src/isp: Interface Segregation Principle
  • src/dip: Dependency Injection Principle

About

A repository with examples of "solid" principles which is used in the S.O.L.I.D principles series published in https://maxmartinez.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors