Archive for June, 2005
AS2 Lazy Construction Weirdness
Update: (See comments) I completely forgot that subclasses call the superclass constructor by default. Don't I feel dumb right now. But I'll leave this post here as an exercise in pointlessly using __resolve to decorate classes on-demand. Consider this strange example. I have a class, called Widget. This class contains core code for handling all [...]

