Skip to content

Unnecessary use of Flow #26

@TheLukaszNs

Description

@TheLukaszNs

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions