|
|
|
|
|
by scambier
1251 days ago
|
|
> If it is your side project or if you are like 2 people working on a project then I would say it's probably not worth it. I have several frontend side projects and they all use TypeScript. The static types makes it way easier to write & refactor even if you're working alone. I have also more confidence in my code and spend less time following JS trails to track stupid runtime bugs. Older projects are easier to pick up again. Any project that goes beyond a few trivial files will benefit from Typescript. |
|