Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Where's My Straw?

Where's My Straw?

What does a drive-thru have to teach us about tool and process optimization?

Avatar for Kyle Simpson

Kyle Simpson

February 17, 2014
Tweet

More Decks by Kyle Simpson

Other Decks in Programming

Transcript

  1. vs.

  2. • esprima/acorn (parser) • escodegen (code generator) • escope/eslevels (scope

    analyzer) • istanbul (code coverage) • estraverse (analyze AST) • eslint (pluggable code linting rules) • plato/jscomplexity.org (complexity)
  3. • auto-correct misspellings • safely re-arrange scope • consolidate declarations

    • automatically reduce complexity • refactor boolean traps • optimize performance • ...