All Projects → Gbuomprisco → Ts Design Patterns

Gbuomprisco / Ts Design Patterns

Licence: other
Design Patterns, written and explained using Typescript

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ts Design Patterns

Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+41384.62%)
Mutual labels:  design-patterns
Rest Api Design Guide
NBB's REST-ish API Design Guide
Stars: ✭ 643 (+4846.15%)
Mutual labels:  design-patterns
Guardclauses
A simple package with guard clause extensions.
Stars: ✭ 767 (+5800%)
Mutual labels:  design-patterns
Javamtp
《Java多线程编程实战指南(设计模式篇)》源码
Stars: ✭ 575 (+4323.08%)
Mutual labels:  design-patterns
Clean Ts Api
API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
Stars: ✭ 619 (+4661.54%)
Mutual labels:  design-patterns
Ltupatternfactory
Lambda the ultimate Pattern Factory: FP, Haskell, Typeclassopedia vs Software Design Patterns
Stars: ✭ 735 (+5553.85%)
Mutual labels:  design-patterns
Sml
SML: C++14 State Machine Library
Stars: ✭ 540 (+4053.85%)
Mutual labels:  design-patterns
Jerryslide
Jerry's Knowledge repository - cut down on 2017-02-04 15:26PM
Stars: ✭ 12 (-7.69%)
Mutual labels:  design-patterns
Iosdesignpatternsamples
This is Github user search demo app which made by many variety of design patterns. You can compare differences in MVC, MVP, MVVM and Flux.
Stars: ✭ 622 (+4684.62%)
Mutual labels:  design-patterns
Di
DI: C++14 Dependency Injection Library
Stars: ✭ 756 (+5715.38%)
Mutual labels:  design-patterns
Rude Java
Java Practice Projects. 以Java语言为主的各种项目实践,涵盖各个业务、各个功能,并附上高质量文章讲解,其中一些甚至可以单开一个仓库。让你再也不用寻找各种框架demo、项目脚手架。
Stars: ✭ 583 (+4384.62%)
Mutual labels:  design-patterns
Node.js design patterns second edition code
Code repository for Node.js Design Patterns Second Edition, published by Packt
Stars: ✭ 617 (+4646.15%)
Mutual labels:  design-patterns
Cpp Design Patterns
C++设计模式
Stars: ✭ 734 (+5546.15%)
Mutual labels:  design-patterns
Cp Ddd Framework
A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!
Stars: ✭ 566 (+4253.85%)
Mutual labels:  design-patterns
Javastudspringmvcweb
This is annotation based on Spring and Hibernate Version 4 project.
Stars: ✭ 24 (+84.62%)
Mutual labels:  design-patterns
Java design patterns
Java 实现的面向对象设计模式示例, 创建者、抽象工厂、工厂方法、原型、单例、适配器、桥接、组合、装饰器、备忘录、观察者、状态、策略、模板方法、访问者
Stars: ✭ 547 (+4107.69%)
Mutual labels:  design-patterns
Design Patterns Php
Design Pattern Examples in PHP
Stars: ✭ 682 (+5146.15%)
Mutual labels:  design-patterns
Wordpress Admin Style
Shows the WordPress admin styles on one page to help you to develop WordPress compliant
Stars: ✭ 871 (+6600%)
Mutual labels:  design-patterns
Lld Parking Lot
Repository for low level design solution of parking lot
Stars: ✭ 27 (+107.69%)
Mutual labels:  design-patterns
Rails Handbook
Describing the development process used by the Infinum Rails Team.
Stars: ✭ 738 (+5576.92%)
Mutual labels:  design-patterns

Design Patterns, in Typescript

This repo has been bootstrapped using typescript-library-starter.

Contents

  1. Creational Patterns
    • Singleton
    • Factory
    • Abstract Factory
    • Builder
  2. Structural Patterns
    • Adapter
    • Bridge [TODO]
  3. Behavioral Patterns

Credits

Examples and explanations have been used studying on the following websites:

  1. Sourcemaking
  2. OODesign
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].