[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
pseudo constructors in smalltalk
- To: <heh>
- Subject: pseudo constructors in smalltalk
- From: Ravi Pandya <ravi>
- Date: Sat, 10 Feb 90 17:40:55 PST
- Cc: <dean>, <markm>, <xtech>
- In-reply-to: <Hugh>,04 PST <9002110113.AA27062@xanadu>
I suggest that we always use PublicClass make. In the specific cases
in which we have some problems, we can parametrize the constructor.
E.g. OrderSpec make: #ASCENDING / orderSpec(ASCENDING). I know it's
ugly, but it complies with our other standards.
--ravi