studiosnack / brews-clues

Have you seen my brew?
0 stars 0 forks source link

Adds optional flow type checking #9

Closed nsfmc closed 7 years ago

nsfmc commented 7 years ago

flow (flowtype.org) is something on its face i should dislike, but the part that won me over is that it's all opt-in. If you want to use it for a file, you just add //@flow to the first line of it and flow will do the right thing, otherwise, it just ignores the file altogether

nsfmc commented 7 years ago

i find flow to be pretty nice, i use a sublime text/sublimelinter plugin for it, but it is pretty reasonably supported in other editors too. the homepage https://flow.org/ makes a pretty good case for why flow is useful (mostly it finds your bugs for your, but unlike java or C won't stop a file from compiling, it just points it out)

chiaberry commented 7 years ago

sounds good to moi