Massa icon indicating copy to clipboard operation
Massa copied to clipboard

Unnecessary use of Flow

Open TheLukaszNs opened this issue 7 years ago • 3 comments

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 avatar Nov 03 '18 15:11 TheLukaszNs

@TheLukaszNs would you like to send a pull request?

JaDogg avatar Dec 20 '18 14:12 JaDogg

@JaDogg Sure, I'll work on that

TheLukaszNs avatar Dec 20 '18 15:12 TheLukaszNs

@TheLukaszNs Thanks. 👍

JaDogg avatar Dec 20 '18 16:12 JaDogg