An open API service indexing awesome lists of open source software.

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

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.