katiefenn / parker

Stylesheet analysis tool.
Other
2.47k stars 73 forks source link

Replace underscore with lodash in all places #34

Closed najamkhn closed 9 years ago

najamkhn commented 9 years ago

Updating underscore in all places with lodash, its more actively updated and optimized. Here's an quote from this article:

There's no contest here. If you're using Underscore, anywhere (Node.js included), spend a few minutes right now and switch over to Lo-Dash. There's no reason not to, and a few great reasons (speed being the best) that you should, and you get those benefits for free!

Here are some more reference links:

katiefenn commented 9 years ago

Thank you for the pull request!