Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/htnicayh/dps

About design patterns
https://github.com/htnicayh/dps

class design-patterns oop

Last synced: 21 days ago
JSON representation

About design patterns

Awesome Lists containing this project

README

        

# Design Patterns #

Here are the implementations of the following design patterns in TypeScript:

### Creational Patterns ###

* [Singleton](./singleton/)
* [Abstract Factory](./abstractFactory/)
* [Factory Method](./factoryMethod/)
* [Builder](./builder/)
* [Prototype](./prototype/)

### Structural Patterns ###

* [Adapter](./adapter/)
* [Bridge](./bridge/)
* [Decorator](./decorator/)