/CoolCodeSnippets

Collection of interesting code snippets in JavaScript and TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

Code Playground

Object Algebras

This repository shows two ways of implementing the object algebras pattern in TypeScript. The two ways are with and without using classes.

Object algebras?

Object algebras is an elegant solution to the expression problem. If you would like to learn more about the expression problems and object algebras, check out the following paper and talk: