DEV Community

Discussion on: You should probably learn TypeScript

Collapse
 
simonireilly profile image
Simon

As a lead, with a multi-language mono-repo, we onboard, and get people productive with Typescript faster than other languages.

They can understand the scope and cost of changes, because typing shows how data objects flow through the system.

And when we share code with other value streams, interfaces are documented.