https://github.com/syniol/typescript-design-patterns
Design Patterns in TypeScript
https://github.com/syniol/typescript-design-patterns
Last synced: 11 months ago
JSON representation
Design Patterns in TypeScript
- Host: GitHub
- URL: https://github.com/syniol/typescript-design-patterns
- Owner: syniol
- Created: 2021-06-19T23:47:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T10:07:35.000Z (about 5 years ago)
- Last Synced: 2025-06-03T13:19:43.511Z (about 1 year ago)
- Language: TypeScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Design Patterns
We at Syniol use Node as one of our main development eco-system; instead of traditional JavaScript ES6+, we have
been using TypeScript as our main and favorite language of development. This repository aims at our development
team to create an enterprise level design for our clients. This could be used as a reference of using TypeScript
to create design patterns in software engineering context.
## Objectives
Achieve enterprise level architecture using TypeScript in both Functional and Object-Oriented Programming.
## Software Requirements
* Node 12+
* Linux/Unix Based Operating System
## Design Patterns
* [__Behavioural Patterns__]()
### Author(s)
* [Hadi Tajallaei](mailto:hadi@syniol.com)
#### Todo
* [ ] Creational Patterns
* [ ] Structural Patterns
* [x] Behavioural Patterns
#### Credits
Copyright © Syniol Limited.