Skip to content

Syhwh/SOLID-Principles-Examples-using-Typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOLID Principles Examples using Typescript

This tutorial was insprired from the Encapsulation SOLID course on Pluralsigt.

What is SOLID

SOLID is an acronym for the following:

  • S - Single Responsibility Principle (SRP)
  • O - Open Closed Principle (OCP)
  • L - Liskov Substitution Principle (LSP)
  • I - Interface Segregation Principle (ISP)
  • D - Dependency Inversion Principle (DIP)

Navigate to the separate folder linked above in this repo for further explainations and an example application written in Typescript.

About

SOLID Principles Examples using Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • JavaScript 0.1%