10 TypeScript Patterns That Make Code Explain Itself
Comments rot. Types don’t - the compiler checks them on every build. The best comment you’ll ever write is the one you skip, because the…
2 posts
Comments rot. Types don’t - the compiler checks them on every build. The best comment you’ll ever write is the one you skip, because the…
In this post we explore the marvelous world of Discriminated Unions in TypeScript. Discriminated Unions are a way to combine types that have…