Replies: 4 comments 7 replies
-
@0xfe You suggested Trello for this but I don't think it will serve us well, since it is third party. So we would have to switch to trello and back (inconvenient). I took your's other suggestion with check boxes which does show a nice progress. |
Beta Was this translation helpful? Give feedback.
-
This is how the progress bar looks like: |
Beta Was this translation helpful? Give feedback.
-
I understand, that there is a temptation to add some refactorings and improvements to the migration. But this makes a review process so much harder. @rvilarl would be nice if we could avoid it and do only one thing at a time. That was the main reason in the first place, remember? Just create as many refactoring topics as you want. But please let's don't mix them. Thanks |
Beta Was this translation helpful? Give feedback.
-
To help with migration from JS => TS, I sometimes insert a line into the beginning of a function like so:
Then I refresh the vexflow tests page (and also my own test pages), and get console output like:
I sort and unique the lines in my favorite text editor, and get:
This helps me figure out which types are expected. (Of course, the TypeScript compiler and VS code also help greatly if/when I use the wrong type!) |
Beta Was this translation helpful? Give feedback.
-
Hey Typescript Team,
I created an issue for us to manage the progress of typescript migration tasks. Would be nice if you could read it and discuss any suggestions and improvements here.
The issue is here: #884
Would be nice if you don't comment there if it is not related to changing of status of a task. Let's discuss here in this thread
FYI: @rvilarl @0xfe @mscuthbert
Beta Was this translation helpful? Give feedback.
All reactions