--- Begin Message ---
Hi Hilaire,

I had this once, too. No time to refactor or rethink my subclass structure.
Now I am wondering what you guys are meaning by "hooks"?

Something like this? A ClassExtension?

SuperSuperClass
    - methodIWantToReach
    - myExtendedMethod
         ^self methodIWantToReach

SuperClass
    - methodIWantToReach

MyClass
    - methodIWantToReach
        ^self myExtendedMethod

Thanks
Sebastian



Am 21.01.2017 um 09:06 schrieb Hilaire:
Yep, it is the first situation I face where I need it in 10 years of
Smalltalk/Pharo. Otherwise I will refactor super class package, may be I
should

Le 21/01/2017 ᅵ 11:19, stepharong a ᅵcrit :
pay attention and to not use it. It is evil to use that in plain domain
code.




--- End Message ---

Reply via email to