rocktemplates / rock

Generate file structures or project skeletons from predefined templates.
MIT License
14 stars 1 forks source link

Normalize Code #17

Closed RyanZim closed 8 years ago

RyanZim commented 8 years ago
jprichardson commented 8 years ago

Let's just use standard, sound good?

RyanZim commented 8 years ago

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.

jprichardson commented 8 years ago

nextflow is handling errors here.

Cool, let's kill the usage of nextflow.

RyanZim commented 8 years ago

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?

jprichardson commented 8 years ago

Use named functions and have each function call the next one?

This sounds great.

RyanZim commented 8 years ago

Removed nextflow, now for standard...

RyanZim commented 8 years ago

@jprichardson All done! :tada:

jprichardson commented 8 years ago

Awesome, thank you!