Jan. 21, 2017
6:32 p.m.
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.