15 Must-Have, Productivity-Enhancing Vue.js Directives: https://t.co/YaVDdUESSR (A reasonable list, covering things like `v-hotkey`, `v-lazy`, `v-tooltip` and `v-focus`.)
Computer Scientist Alan Turing will appear on UK currency. This is wonderful! Perhaps this acknowledgement of his accomplishments will encourage more people to enter CS and AI? https://t.co/ogV5ab5fmN
2 months into TDD:
Tests are hard to write & brittle.
2 years in:
Tests taught me better code patterns, reduce bugs 40%-80% and eliminate fear of change.
10 years in:
TDD changed my life.
https://t.co/KEOtSZeL7I
JS lifehack: put common utilities in a node_modules directory *inside* src, so you can import w/o '../../'. Unlike faffy alias configs, this works consistently across bundlers, and you'll still get completion hints/typechecking etc. Just remember not to gitignore that directory