Though, Dictionary was technically a Set of Associations,
until someone changed Association>>= to also compare values.
2013/7/21 St�phane Ducasse <stephane.ducasse@inria.fr>
On Jul 21, 2013, at 5:36 PM, Denis Kudriashov <dionisiydk@gmail.com> wrote:
Interesting how many people in this list think that "Announcer subclass: #TxEditor" provides special implementation of announcer named TxEditor?Manythis is composition using inheritance and inheritance should not be used like that.Announcer subclass: #GreedyAnnouncerAnnouncer subclass: #RemoteAnnouncerAre quite different fromAnnouncer subclass: #CustomerThis is not because subclassing can be used that we should do it.We suffer during years fromDictionary subclass: #Setand other beauties.Because to me it is not practical design issues when we talk about subclassing Announcer.