Closed RyanZim closed 8 years ago
Let's just use standard
, sound good?
I had tried standard
earlier, however, I'm not sure how to eliminate some errors. For example:
/home/ryan/rock/lib/rock.js:52:17: Expected error to be handled.
nextflow is handling errors here.
nextflow is handling errors here.
Cool, let's kill the usage of nextflow.
Cool, let's kill the usage of nextflow.
@jprichardson Sure, what do you have in mind?
Use named functions and have each function call the next one? Another async-helper lib?
Use named functions and have each function call the next one?
This sounds great.
Removed nextflow, now for standard...
@jprichardson All done! :tada:
Awesome, thank you!