FreeAllMedia / stimpak

An easy-to-use system for defining, discovering, and re-using code, text, and workflow patterns
http://stimpak.io
MIT License
8 stars 1 forks source link

Optimize `stimpak.cli.js` #41

Open dcrockwell opened 8 years ago

dcrockwell commented 8 years ago

Refactoring efforts should be focused on this file first: https://www.bithound.io/github/FreeAllMedia/stimpak/blob/15dd10810b87093602e8bae7ffab56a40bb272cc/source/lib/cli/stimpak.cli.js

  1. Optimize Async chains so they do not require closures.
  2. Break up steps into individual files.