[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Yeah! I can convert!



> Date: Wed, 26 Feb 92 17:40:29 -0500
> From: hohmann@valais.csmil.umich.edu
> 
> ....
> My question is:  if the first thing you are going to do is call the
> primary methods defined on the 'window class, why not code the
> #'initialize-instance method on the 'shape-window class as an :after
> method, and then simply remove the call to apply?

I think you're right that that would be a better approach.  Others might
disagree perhaps, but I think the example (p.503 in the 2.0b1 manual) is
just written in a poor programming style.  The style is only slightly
improved in this example in the final version of the manual.  Anyway I
would use a :after method, myself.