Enforcing code changes over time
by
Rolf
Link
Embed
Share
Beginning
This slide
Copy link URL
Copy link URL
Copy iframe embed code
Copy iframe embed code
Copy javascript embed code
Copy javascript embed code
Share
Tweet
Share
Tweet
Slide 1
Slide 1 text
E N F O R C I N G C O D E C H A N G E S O V E R T I M E Rolf Erik Lekang @relekang
Slide 2
Slide 2 text
We learn as we go
Slide 3
Slide 3 text
$ eslint . ✖ 2048 problems(2046 errors,2 warnings)
Slide 4
Slide 4 text
Version control to the rescue
Slide 5
Slide 5 text
$ npm i -g lint-filter $ eslint . -f checkstyle | lint-filter ✖ 2 of 2046 errors and 1 of 2 warnings
Slide 6
Slide 6 text
This is not a perfect solution, it might not be for your project. ⚠
Slide 7
Slide 7 text
A N D H A P P Y L I N T I N G Thank you for listening ✌ @ re l e k a n g