Thoughts on migrating to TypeScript? #138
fgblomqvist
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
Personally, I use TypeScript a good bit and would welcome a conversion to TypeScript. Declared typings and interfaces reduce onboarding time for new devs because they don't have to throw a bunch of console.logs throughout the code to know what's going on. However, I'm not sure if the other devs/maintainers use it or like it though, I would be curious to hear their thoughts on this matter. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Threw up a PR with some initial stuff: #160 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Didn't find any discussions on this so figured I might as well ask. Are there any thoughts on this subject? Naturally it would be a big undertaking but fortunately one that can be done slowly and one-piece-at-a-time thanks to TS having good configuration possibilities regarding that.
I'm not sure if there are any arguments against it other than that it would take some time and energy for the initial setup, along with some slight overhead in terms of maintenance in the long run (but only slight I'd say). Either way, just curious 🙂
Beta Was this translation helpful? Give feedback.
All reactions