Slide 10
Slide 10 text
WHAT WE DO
• Forbid language features - ESLint etc.
• Agree on code style - JSCS etc.
• Add functional and reactive abstractions - lodash, RxJS…
• Switch out the language - Coffee, Clojure, JSX…
• Add static types - AtScript, TypeScript, Flow…
• Add immutable structures - Immutable.js, mori…