The Philosophy of Ramda
The Goal We're writing Ramda so we could code in a manner not readily available in Javascript. Given data that looks like this: // `projects` is an »
The Goal We're writing Ramda so we could code in a manner not readily available in Javascript. Given data that looks like this: // `projects` is an »
Quick question: if you have a function of three parameters, function f(a, b, c) { /* ... */ } and the first and the third parameters are optional, what's the »
Today a colleague noticed that he was using a IIFE where a simple object literal might do, and he asked my opinion. The code looked something »
Update: It's nearly five years since this post was written. Although much of the code will still work, some parts are now broken. (At the moment, »
When buzzdecafe recently introduced Ramda to the world, there were two distinct groups of responses. Those accustomed to functional techniques -- in Javascript or in other »