When something is hard to type in TypeScript, I often find that’s a sign I...
When something is hard to type in TypeScript, I often find that’s a sign I should rethink my data structures and function signatures.
So TypeScript doesn’t just improve type safety. It improves my design.