Massa
Massa copied to clipboard
Unnecessary use of Flow
In the Massa javascript source files, we are using @flow syntax to use Flow to check the static types, but we are not really using any of its possibilities (the only real use is in the SampleText.js file).
We either should use the Flow static type checking or (I don't recommend this way) delete the @flow comments.
Flow is a really good static type checker, why don't we use it to avoid all the bugs that we can possibly make?
@TheLukaszNs would you like to send a pull request?
@JaDogg Sure, I'll work on that
@TheLukaszNs Thanks. 👍