Open pabloguerino opened 7 years ago
As we will have webpack and babel, we could add Flow
https://flowtype.org/
// @flow function square(n: number): number { return n * n; } square("2", "2"); // Error!
it should be used to avoid hitting some bugs, and those will be detected at compilation time
Any thoughts? Worth it? it is to me and it should be quick to add and use
This won't be added anytime son as we have higher priority in other issues.
Also we need to add https://axe-core.org
As we will have webpack and babel, we could add Flow
https://flowtype.org/
it should be used to avoid hitting some bugs, and those will be detected at compilation time
Any thoughts? Worth it? it is to me and it should be quick to add and use