DEV Community

Discussion on: This is why I hate Typescript

Collapse
 
janpauldahlke profile image
jan paul

interesting though, although i like some features of ts. mainly the null or undefined checker. this forces you to code more precise and prevent undefined error, which, as you might know, is by far the most common and ugly to debug kind of js error.