vcash-electron icon indicating copy to clipboard operation
vcash-electron copied to clipboard

Implement static type checking

Open whphhg opened this issue 7 years ago • 1 comments

Implement static type checking using flow which plugs nicely into babel and achieves higher type coverage faster than TypeScript according to this post.

whphhg avatar Jun 17 '17 20:06 whphhg

This is a nice walkthrough of Typescript, Flow, and even Elm http://djcordhose.github.io/flow-vs-typescript/elm-flow-typescript.html#/

sum01 avatar Nov 24 '17 04:11 sum01