Echo JS 0.11.0

<~>
xat 2774 days ago. link 1 point
I used to use underscore/lodash for nearly everything a few years back. Nowadays, I prefer using the build-in array methods (map, filter, reduce, some, etc.) and only use lodash where it really makes sense too me.

We also used Ramda in some projects. Although it really is nice... after leaving the codebase for a few months and then coming back, it was quite challenging to understand what we did back then :)

Replies