/notes-on-composing-software

Notes on Eric Elliot's “Composing Software” series

Primary LanguageJavaScript

Notes on Composing Software

Notes on Eric Elliot's “Composing Software” series

Original articles by Eric Elliot on Medium.com:

  1. Composing Software: An Introduction
  2. The Rise and Fall and Rise of Functional Programming
  3. Why Learn Functional Programming in JavaScript?
  4. A Functional Programmer’s Introduction to JavaScript
  5. Higher Order Functions
  6. Reduce
  7. Functors & Categories
  8. Functional Mixins
  9. JavaScript Factory Functions with ES6+
  10. Why Composition is Harder with Classes
  11. Composable Datatypes with Functions
  12. JavaScript Monads Made Simple