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

pseudo constructors in smalltalk



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