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

Make Linting Great Again

Make Linting Great Again

Slides from my presentation at React Amsterdam 2017

Andrey Okonetchnikov

April 21, 2017
Tweet

More Decks by Andrey Okonetchnikov

Other Decks in Programming

Transcript

  1. –Wikipedia “lint or a linter is any tool that flags

    suspicious usage in software written in any computer language.”
  2. Using lint tools leads to 1. Fewer bugs 2. Better

    readability => less time for code reviews 3. Faster development
  3. git hooks are 1. Hard to setup 2. Hard to

    manage 3. Hard to share across the team
  4. git hooks are 1. Hard to setup 2. Hard to

    manage 3. Hard to share across the team 4. Slow 5. Displaying irrelevant results
  5. git hooks are 1. Hard to setup 2. Hard to

    manage 3. Hard to share across the team 4. Very slow 5. Displaying irrelevant results AWE S OM E!