kahntang / as3corelib

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

Refactor Utils #121

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Consider refactoring utils.* classes to use static package methods. This would 
allow only the APIs 
needed to be compiled into a SWF.

To maintain backward capatibility, we could keep the existing classes, and the 
apis could map to 
the static APIs.

Need to determine what package structure would be.

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