|
|
|
|
|
by scotty79
1621 days ago
|
|
TypeScript is language that allows you to work like that. You may use as many and as few types as you need at any given stage of development. As you start adding types to your working program compiler debugs your program for you finding various corner cases. This motivates you to add more types. |
|