Underscore.js

Programming Talks tagged with: "Underscore.js"

Hey Underscore, You're Doing It Wrong!

Hey Underscore, You're Doing It Wrong!Brian Lonsdorf has a love-hate relationship with Underscore.js. Yes, it offers a bunch of tools included in today's functional programming paradigm (like map, filter, reduce, take, drop, compose, etc.), but in Underscore the functions are sometimes verbose and unintuitive. It claims to be a functional programming language, but how true ...