On 24/06/20 7:10 pm, David T. Lewis wrote:
> For sure the CrLfFileStream reference can be removed, and I guess the
> entire method could use a good review. We have recently had some
> discussion (prompted by thehttp://www.squeaksource.com/DoItFirst/
> discussion) of changing the ordering of classes in the startup list.
You mean like the attached patch?
Perhaps the classes themselves could respond to dependencies. For example:
Class>>startAfterClasses
^#()
StartupList sort: [:a :b | b startAfterClasses includes: a ]
Regards .. Subbu