Answer the question
In order to leave comments, you need to log in
Do I need to estimate more time for a project from scratch if used with React Typescript?
Do I need to estimate more time for a project from scratch if used with React Typescript?
Suppose that during the development process, the customer will make changes to the system requirements several times before the release.
Will it really take longer?
It seems to me that with changes, types, on the contrary, allow you to immediately see in which places what is broken and needs to be reworked. Plus, the ability to immediately see all available variables somewhere in the depth of the code, which is not always available on vanilla js, allows you to write a little faster. And the ability to see some of the bugs before execution saves time on future bug fixes.
The question is also relevant for the Node.js backend.
Answer the question
In order to leave comments, you need to log in
When developing in Typescript, it will take a little more time.
But it will save weeks and months on catching and fixing bugs.
(If he is in strict mode, when he swears at everything he can)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question