DEV Community

Paul
Paul

Posted on

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

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. 😅

Top comments (0)