Latest article
How to Check a TypeScript Type Question in an Online Playground
Reduce a type question to a small snippet, compare an accepted assignment with a deliberate mismatch, and record the settings before applying the result to a project.
Types / boundaries / better code
A blog about TypeScript in production software, focused on the practical context of using the language in real applications.
Latest article
Reduce a type question to a small snippet, compare an accepted assignment with a deliberate mismatch, and record the settings before applying the result to a project.
Choose a string-literal union for a compile-time restriction, or a regular enum when your code also needs named members and a runtime object.
Keep the next useful detail within reach.
Follow via RSS