TypeScript makes it really easy to refactor code. You change the type of a value and the build will break, this makes it really easy to know all the places that need to be updated.
Also for auto-completion goodness and correctness checks. So yeah, I prefer to use TypeScript when starting new projects.
We're a place where coders share, stay up-to-date and grow their careers.
TypeScript makes it really easy to refactor code. You change the type of a value and the build will break, this makes it really easy to know all the places that need to be updated.
Also for auto-completion goodness and correctness checks. So yeah, I prefer to use TypeScript when starting new projects.