Currying is not idiomatic in JavaScript

In this blog post I explain why I think currying is not idiomatic in JavaScript. Check the section at the end if you really like currying. Read more

Similar

A Prettier JavaScript Formatter

Today I am announcing prettier, a JavaScript formatter inspired by refmt with advanced support for language features from ES2017, JSX, and Flow. Prettier gets rid of all original styling and guarantees consistency by parsing JavaScript into an AST and pre...

Read more »