|
|
|
|
|
by qudat
2803 days ago
|
|
If people are not onboard with the the idea then it might be an uphill battle. There is value in TS but it will be frustrating at times, you will get resistance from other developers, and every once in awhile it will not feel worth it. The other issue is that if people don't know what they are doing with TS, then imo it's worthless. I don't know your experience level with TS, but it is a non-trivial problem to build types such that it provides all the benefits you describe. It is, in a lot of ways, a different language with its own set of problems to "solve." Tread lightly, because adopting TS could be a blessing or a massive time sink for people not familiar with it. |
|
If we bailed out and typed anything more complicated as `any` it would still be a huge improvement over writing vanilla js IMO.