Slide 17
Slide 17 text
of
•Style guides
https://github.com/airbnb/javascript
https://github.com/styleguide/css
•Linters (CSSLint, JSHint)
•Complexity (CodeClimate, Sonar)
•Test Coverage (Blanket.js)
INSTEAD OF BEING RIGHT
Consider adding these tools:
!
*If formatting comes up a lot, fork a Style Guide.
!
*Add linters if code just doesn’t look right.
!
*Add CodeClimate or Sonar if complexity or big methods need to be called out frequently.
!
*If testing is important to your team, and tests aren’t being added, add a code coverage tool.
!
Settings files don’t feel judged.