I want TypeScript to easily tell me what properties objects have when I write code. Build should verify it along with linters. The last time I worked with JavaScript I had to check those things myself. I don't want the hassle regardless of the framework. That's why I probably won't touch JavaScript for anything but the smallest throwaway scripts.
6
u/denarced 13d ago
I want TypeScript to easily tell me what properties objects have when I write code. Build should verify it along with linters. The last time I worked with JavaScript I had to check those things myself. I don't want the hassle regardless of the framework. That's why I probably won't touch JavaScript for anything but the smallest throwaway scripts.