Skip to content

Playground for OOP Design patterns (GOF) in TS

Notifications You must be signed in to change notification settings

PaulKujawa/ts-oop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS-OOP

Private playground for OOP patterns tried out in TS.

Heavily inspired by https://springframework.guru/.

Usage

Run via npm start -- <path>, e.g. npm start -- ./behavior/observer.ts

Notes

  • decided to use TS modifiers over JS ones (e.g. private foo over #foo) as JS has no support for protected yet

About

Playground for OOP Design patterns (GOF) in TS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published