[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reinitialization
Date: Tue, 12 Apr 88 14:52:35 -0700
From: kempf@Sun.COM
> (a) initialize-slots-from-initargs instance &rest initialization-arguments
> (b) initialize-slots-from-initforms instance list-of-slots-to-consider
> (c) normalize-instance instance &rest initialization-arguments
I like this seperation, except I'm not sure what you have in mind
for normalize-instance?
This a-b-c was parallel with the other one, so normalize-instance is where
the user-defined methods for the shared part of initialization go. The
default method would be a no-op.