by noshbrinken on 8/26/17, 8:02 PM with 1 comments
by schwabacher on 8/26/17, 8:18 PM
In my experience it pays off best in refactors - in projects w/ good flow types I have been able to make big changes to my code, fix flow errors, and then have tests pass on the first run.
It's also great when working on code that others wrote - the type annotations are about the same amount of boilerplate as something like jsdoc, but having them checked automatically in my editor saves a lot of context switching between files.