msrose / scramble-utils

:boom: Rubik's cube scramble utilities
MIT License
5 stars 0 forks source link

Add static typing #3

Open msrose opened 7 years ago

msrose commented 7 years ago

Probably flow. Static typing will be really handy for defining interfaces for things like Move. Will have to investigate how it will work with JSDoc stuff. Also, can publish the typings so that it's easier to use parse and tokenize, i.e. the typings will give their return values a canonical format.

captbaritone commented 7 years ago

Cool! Let me know if I can help with Flow questions.

msrose commented 7 years ago

Awesome, thanks!