Implementing Elixir-like protocols in TypeScript using Proxies
Introduction
In this part of experimenting with proxies, we'll explore an alternative approach to polymorphism by leveraging the power of proxies available in JavaScript and TypeScript. Our main goal is to compose a solution similar to Elixir Protoco...
monotykamary.hashnode.dev11 min read