Skip to content

KatieProchilo/DesignPatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Patterns

Working through and studying design patterns.

Any code in folders named RefactoringGuru/ has been taken from refactoring.guru - an amazing site for learning design patterns in a multitude of languages.

Building, Formatting, and Testing

To build DesignPatterns from source, clone the repo. Then:

npm install
npm run build

The build script will run a formatting check with Prettier. Or, run the check alone with:

npm run check

Use Prettier to fix formatting issues with:

npm run fix

About

A scratch pad for learning design patterns in JS/TS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published