Try-Try-Again / advanced-patterns-in-typescript

Advanced patterns in typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced patterns in Typescript

Following repo was started as a collection of code references/concepts for my personal blogs.

Liron Hazan @medium

Type thinking @devto

You're more than welcome to fork and open PR's with your educative awesome examples :)

Content:

  • DI with decorators (Metaprogramming).
  • Type system concepts
  • Useful Gof DP (mainly behavioral).
  • Functional concepts.
  • Compiler tricks.
  • Parsers
  • Any paradigm for writing better software

In order to run each demo (of the design patterns):
ts-node ./folder/*/demo.ts

OR

tsc filename.ts && node filename.js

Other examples could be executed using ts-node

About

Advanced patterns in typescript


Languages

Language:TypeScript 100.0%