Plans to move code base to TypeScript? #16
SeanPedersen
started this conversation in
General
Replies: 1 comment 3 replies
-
Yes, that could be an option, although I am not familiar with TypeScript yet 😅 My understanding is that TypeScript is strongly typed so that each variable is assigned a specific type (I am sure there are other useful features). I tried my best to add jsDoc comments (and make a live documentation report) so that these are included in the current code base. 😊 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What do you think about TypeScript? IMO it could speed up future refactoring and help new devs make changes to the code.
Beta Was this translation helpful? Give feedback.
All reactions