|
|
|
|
|
by steve_adams_86
2477 days ago
|
|
If you just use TS without really understanding how it can help you and your particular problems you're solving, it can be more of a burden to refactoring than a saviour. Type systems are not a panacea for refactoring difficulties. |
|
Keep in mind, at my current company we don't use it (giant 5 year old AngularJS codebase) but I would love to.
You don't even have to use it fully. Just mark your function arguments and you're already saving headaches.