Convert to TypeScript?
whyboris opened this issue ยท 3 comments
whyboris commented
I'm curious if you think it's worth converting (at least part) of the codebase to TypeScript.
The key benefit would be type annotations for method inputs (to make it clear what the methods expect and what types they will return).
I could test out converting a single file to see whether everything works as expected ๐ but only if you think it worth the effort ๐
rtfpessoa commented
@whyboris that could be interesting. The only thing I would like to keep would be to have nice compatibility with JS.
whyboris commented
I'll give it a try sometime ๐