Decided
Why I chose TypeScript over JavaScript is because I believe that static/strong typing is great for developing a product for scale in the long run. It gives you predictability and confidence on building your application.
I had one problem with JavaScript dealing with data types in a production environment that unit tests didn't even catch. Users are seeing undefined words instead of information the user is fetching from a specific API to deliver the user's needs.
0 views0