https://github.com/htnicayh/dps
About design patterns
https://github.com/htnicayh/dps
class design-patterns oop
Last synced: 3 months ago
JSON representation
About design patterns
- Host: GitHub
- URL: https://github.com/htnicayh/dps
- Owner: htnicayh
- Created: 2024-04-10T10:07:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-11T04:22:12.000Z (over 1 year ago)
- Last Synced: 2025-02-12T08:57:05.941Z (5 months 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/)