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?Many�this is composition using inheritance and inheritance should not be used like that.�Announcer subclass: #GreedyAnnouncerAnnouncer subclass: #RemoteAnnouncerAre quite different from�Announcer subclass: #CustomerThis is not because subclassing can be used that we should do it.We suffer during years from�Dictionary subclass: #Setand other beauties.Because to me it is not practical design issues when we talk about subclassing Announcer.