DEV Community

Discussion on: Typescript for Dummies

Collapse
 
rammina profile image
Rammina

I really love Typescript! I like how it points out where the mistakes are on the editor without waiting for an error to show up on the browser. I like the safety that it gives and it also makes it easier for others to understand your code. IntelliSense is also really amazing.

However I don't think it is perfect and there are situations in which you don't want to use Typescript, so I discussed the downside of using it here:
dev.to/rammina/downsides-of-typesc...