help-smalltalk
[Top][All Lists]
Advanced

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

[Help-Smalltalk] RootClass instead of nil


From: Gwenaël Casaccio
Subject: [Help-Smalltalk] RootClass instead of nil
Date: Tue, 19 Oct 2010 11:14:56 +0200

Hi,

I've made a small experiment yesterday, instead of nil as a superclass of
Object. I've putted "RootClass" (I don't like the name) why I've made
this refactoring: I don't like the behavior of
UndefinedObject>>subclass:
UndefinedObject>>subclass:instanceVariableNames:classVariableNames:poolDictionaries:
UndefinedObject>>subclass:classInstanceVariableNames:instanceVariableNames:classVariableNames:poolDictionaries:
UndefinedObject>>variableLongSubclass:classInstanceVariableNames:instanceVariableNames:classVariableNames:poolDictionaries:
...

They have nothing to do in UndefinedObject. This is just an idea that
I want to share with you ;)
All the remarks are welcome

Gwen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]