TypeScript.

Type-level patterns, strictness, and writing safer JavaScript at scale.

1 article

Featured
TypeScript2 min read

TypeScript Strictness That Actually Pays Off

Strict TypeScript is not about satisfying the compiler. It is about making illegal states unrepresentable. Here are the settings and patterns with the best bug-per-keystroke ratio.

Abhishek Pandey