eatdrinkhealthy / edh-app

The Eat Drink Healthy web (and tentatively mobile / cordova) app created with Meteor and React.
0 stars 0 forks source link

Flow #7

Closed johnthepink closed 7 years ago

johnthepink commented 7 years ago

A lot of projects are moving towards typing their javascript with Flow. It can be a little frustrating to get used to, but like linting it provides a lot of safe checks, and makes you write better code as a result. It also handles propTypes in a better way that eslint is smart enough to understand.

The Holtzman project I've shown you should be completely typed using flow.

stevenjmarsh commented 7 years ago

I like the sound of this. Will look at Flow.