|
|
|
|
|
by pingec
4467 days ago
|
|
>Not having to constantly keep adding types all over You don't have to if you don't want to. >not having to constantly refactor things because I now accept object instead of an int etc is refreshing Again this is your choice, you can omit types if you want TS gives you the option to add typing if you want it. And that is huge in my book, try refactoring a large enterprise app written in JS vs. written in TS. |
|