|
|
|
|
|
by stunt
2687 days ago
|
|
> Type-checking only helps with one class of bugs that can occur in a codebase TypeScript is not only about eliminating bugs, for instance maintaining a large project is much easier comparing to Javascript. However, A lot of teams would still use Javascript for small backend applications, and the best example is Lambda functions! With rising popularity of Serverless architecture JS is here to stay for backend. While TS will remain a good alternative for many things of course. |
|
I often find merely searching for a typescript-compatible solution helps me discover some of the safest and bug-free options quickly, avoiding legacy jQuery-era projects.