https://github.com/code0wl/typescript-design-patterns
A small collection of useful patterns found in other languages for TypeScript
https://github.com/code0wl/typescript-design-patterns
Last synced: about 1 year ago
JSON representation
A small collection of useful patterns found in other languages for TypeScript
- Host: GitHub
- URL: https://github.com/code0wl/typescript-design-patterns
- Owner: code0wl
- Created: 2017-03-19T15:39:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T18:04:46.000Z (about 9 years ago)
- Last Synced: 2025-02-14T05:41:23.071Z (over 1 year ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-design-patterns
A small collection of useful patterns found in other languages for TypeScript
## Creational Patterns
Creational design patterns in OOP are patterns that are applied at the moment when the objects get instatiated.
The patterns included inside of this repository concerning Creational patterns are the following
- Factory method
- Abstract Factory
- Builder
- Prototypal
- Singleton