walcl / as3corelib

Automatically exported from code.google.com/p/as3corelib
0 stars 0 forks source link

Look into deprecating or removing some utils APIs #124

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Need to do a pass on all of the utils apis, and look at deprecating or removing 
some.

For example, 

do we really need a copyArray APIs in ArrayUtils?

                public static function copyArray(arr:Array):Array
                {       
                        return arr.slice();
                }

We should log bugs / issues for proposed changes to each utils class.

Original issue reported on code.google.com by mikechambers on 21 Sep 2009 at 5:28