|
|
|
|
|
by cglong
1160 days ago
|
|
IMO, TypeScript strikes a great balance here. I loved the way I could cast something to `any` when hacking something out, then add proper type annotations once it's ready to be productized. It also a did a good job with type inference. Disclaimer: I work at Microsoft, but not in the Developer Division |
|