Home  >  Article  >  Web Front-end  >  Didn&#t want to deal with Types. Now suffering :(

Didn&#t want to deal with Types. Now suffering :(

Linda Hamilton
Linda HamiltonOriginal
2024-09-26 07:38:22911browse

Didn

I started an indie project, and I didn't want to use TypeScript because it was too verbose and thought it would take longer to build in the initial version with TS.

Now, the project's complexity grew quickly, more than expected, there's a lot of data flowing around aaaahhhh....., it's also starting to get buggy, most of which could have been avoided with strict typing.

I'm planning to rewrite the entire project in TypeScript, but the initial version is almost ready, so I'll have to start migrating to TS afterward. ?

The above is the detailed content of Didn&#t want to deal with Types. Now suffering :(. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Top eact HooksNext article:Top eact Hooks