Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/htnicayh/dps
- Owner: htnicayh
- Created: 2024-04-10T10:07:53.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-11T04:22:12.000Z (9 months ago)
- Last Synced: 2024-12-19T10:18:48.605Z (21 days ago)
- Topics: class, design-patterns, oop
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)