https://github.com/poowaa/design-patterns-typescript
Various Design Patterns implemented in TypeScript
https://github.com/poowaa/design-patterns-typescript
Last synced: 6 months ago
JSON representation
Various Design Patterns implemented in TypeScript
- Host: GitHub
- URL: https://github.com/poowaa/design-patterns-typescript
- Owner: PoOwAa
- License: mit
- Created: 2020-12-08T23:05:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T19:21:41.000Z (over 3 years ago)
- Last Synced: 2025-04-11T23:53:05.998Z (9 months ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TypeScript design patterns
This repository made for my series of articles about TypeScript design patterns. I'm not a full-time blogger, so new articles won't come at specified intervals, sorry about that.
In the folders, you can find several individual examples, named by the design pattern itself.
## Articles
1. [Design Patterns in TypeScript — Singleton (Part 1 of 5)](https://andyrum.medium.com/design-patterns-in-typescript-singleton-part-1-of-5-bd3742b46589)
More coming soon!
## Issues
Feel free to submit issues and enhancement requests. I don't promise to keep watching all the time, but I review them every month at least once.
## Contributing
If you want to contribute to the project and make it better, your help is very welcome. Contributing is also a great way to learn more about social coding on Github, new technologies and their ecosystems, and how to make constructive, helpful bug reports, feature requests, and the noblest of all contributions: a good, clean pull request!
Details in [CONTRIBUTING.md](CONTRIBUTING.md)