Re: Review Request 12830: Prefer angular.forEach to Underscore's _.each

2013-07-25 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12830/#review23861 --- I actually quite like the underscore.js library, what would be the

Re: Review Request 12830: Prefer angular.forEach to Underscore's _.each

2013-07-25 Thread Ross Allen
On July 25, 2013, 9 p.m., Ben Mahler wrote: I actually quite like the underscore.js library, what would be the benefit from eliminating it? `forEach` is implemented in Angular, and so Underscore's implementation is duplicate JavaScript. Underscore is great, but if Angular implements the