Where does the time go?

Ross Boylan RossBoylan at stanfordalumni.org
Mon Jul 15 04:35:48 UTC 2002


On Sun, Jul 14, 2002 at 08:36:38PM -0700, Ned Konz wrote:
> 
> Morphs already have their own #myEvents property.
> 
> It's trivial to make them have their own #myDependents property:
> 
> Morph>>myDependents
> 	^self valueOfProperty: #myDependents
> 
> Morph>>myDependents: deps
> 	self setProperty: #myDependents toValue: deps
> 
> 
> See if that doesn't help somewhat...
> 

I see the words, but I don't know the music.  What is this whole
property scheme trying to accomplish?  And would using it have any
advantages over, for example, defining an instance variable dependents
and doing the accessors as in Model?



More information about the Squeak-dev mailing list