Re: FileAPI "splice" method

2009-08-12 Thread Arun Ranganathan
Adam de Boor wrote: this is a minor point, but I'm finding the name of the "splice" method to be odd. To me splice means to join, and "slice" would seem a more appropriate name. The Array object has both splice and slice, and the former is used for removing and inserting data and modifies the arr

Re: FileAPI "splice" method

2009-08-07 Thread Michael Nordman
agreed... slice() seems more appropiate On Wed, Aug 5, 2009 at 10:34 PM, Adam de Boor wrote: > this is a minor point, but I'm finding the name of the "splice" method to > be odd. To me splice means to join, and "slice" would seem a more > appropriate name. The Array object has both splice and sl

FileAPI "splice" method

2009-08-06 Thread Adam de Boor
this is a minor point, but I'm finding the name of the "splice" method to be odd. To me splice means to join, and "slice" would seem a more appropriate name. The Array object has both splice and slice, and the former is used for removing and inserting data and modifies the array in place, while the