Another thing to think about is that .repeat (both on String and
Array) will be used a lot in production. So it would make sense for
each solution to be optimized for their specific case. It doesn't make
sense to slow down something as trivial as .repeat()

On Mon, Jan 2, 2012 at 16:51, Michael A. Smith <mich...@smith-li.com> wrote:
> On Mon, Jan 2, 2012 at 3:56 PM, Mariusz Nowak
> <medikoo+mozilla....@medikoo.com> wrote:
>
>> I like it, it indeed looks very logical, however it's a bit controversial
>> that we need to create temporary array object to get one that we want.
>> Function (not method) that returns generated array may make more sense…
>
> Is the difference in overhead between instantiating a new array and
> using Array.prototype.slice.call on arguments really worth sacrificing
> consistency with the proposed string.prototype.repeat and the very
> clean syntax of someArray.repeat(n)?
>
> Michael A. Smith
> Web Developer
> True Action Network (an eBay company)
> _______________________________________________
> es-discuss mailing list
> es-discuss@mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss



-- 
Adam Shannon
Web Developer
University of Northern Iowa
Sophomore -- Computer Science B.S. & Mathematics
http://ashannon.us
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to