[squeak-dev] Re: The solution of (Was: Creating an image from first principles)

Igor Stasenko siguctua at gmail.com
Wed Aug 6 22:22:12 UTC 2008


2008/8/7 Keith Hodges <keith_hodges at yahoo.co.uk>:
>
>> - use a ClassBuilder, or add single method to Behavior to be able to
>> create the abovementioned classes, but without installing/registering
>> them anywhere (SystemDictionary etc) and treat them as anonymous
>> classes.
>>
>
> This sounds like what SystemEditor does
>

Then the better, because you don't need to reinvent the wheel - things
already at your disposal.
The only requirement is that newly created object should not
reference, by occasion to unwanted object,
this helps a lot for generating an isolated objects graph.

> Keith
>
>
>



-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list