Category Archives: node.js

Functional Refactoring for JavaScript

Functional programming often centers around machinery and not core principles. Functional programming is not about monads, monoids, or zippers. It is primarily about writing programs by composing generic reusable functions. This article is about applying functional thinking when refactoring JavaScript … Continue reading

Posted in functional, javascript, node.js, refactor, software, techniques | Leave a comment