on3iro / BGAchievements

Work In Progress: Web-App for user generated board game achievements
MIT License
7 stars 1 forks source link

Switch to typescript #96

Open on3iro opened 6 years ago

on3iro commented 6 years ago

I really like flow, but there are still some painpoints with it and the typescript ecosystem seems to be much more mature. Furthermore i'd like to learn typescript.

Their syntax does not seem too different so it should be rather easy to learn. @jannydiamond @pailipaili any objections?

The tricky part with integrating typescript might be the whole ts vs babel-thing, although babel should at least be partially compatible with TS already.

pailipaili commented 6 years ago

Sounds good to me. I would also like to learn typescript. @on3iro

jannydiamond commented 6 years ago

I want to learn it too, so I'm also totally fine with switching to typescript. @on3iro

sarathas commented 6 years ago

In order to evaluate the use of Typescript, a first step might be a rewrite of the work done so far. If the effort is minimal enough and looks promising, nothing should stand against switching to Typescript. @pailipaili @on3iro @jannydiamond

on3iro commented 6 years ago

@sarathas the amount of code to rewrite is close to none. We would have to switch some of our tooling, though.

jannydiamond commented 5 years ago

@on3iro Did you already start with this task or can I give it a try?