Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> I think I want to stay away from build tools until I can’t

No typescript then, eh?



I use TypeScript everyday at work, and love it. No not a requirement for side projects. When they grow to something more change extension to .ts and go from there.


You can always annotate your code with JSDoc comments and type check your code with `tsc --noEmit`, i.e. typescript without the build step.


No strict null checks is kinda a deal breaker tho




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: