Hi Nick,

One more thing, I would add is to create a separate

function reduce (items, iterFn, callback, initial) {
  //...
}
noodles.reduce = reduce;

And then you wont have to write out noodles.reduce in every function,
just reduce. That would make it a "bit" faster, and more compressible.

-- 
Poetro

-- 
To view archived discussions from the original JSMentors Mailman list: 
http://www.mail-archive.com/[email protected]/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/[email protected]/

To unsubscribe from this group, send email to
[email protected]

Reply via email to