koral / koral-server

🐚 The backend that powers Koral.
MIT License
6 stars 0 forks source link

Using Flow #2

Open gabrielecirulli opened 9 years ago

gabrielecirulli commented 9 years ago

It would be ideal to make use of flow in the code base, to provide an extra layer of solidity via type checking. This is currently blocked because Flow does not support all of ES2015 (notable lacks: let, const), so I think it's better to wait and then start introducing it once the support is there.