Hi: On 26 Jun 2014, at 18:48, stepharo <steph...@free.fr> wrote:
> I prefer to have a super call for consistency reasons. Igor jokes me usually > on that. > Now there should not be an initialize in ProtoObject and Object in the future. Just curios, what’s the reasoning behind not having #initialize in Object? Initialization isn’t a core concept Object should support? I am asking because in SOM, Object indeed does not have #initialize, and well, I find that a little annoying. Because often enough I need to add a #new method that sends #initialize, but since it is not available implicitly everywhere, the system is rather inconsistent in that regard. Different classes end up using slightly different approaches to initialization, which is confusing. Best regards Stefan -- Stefan Marr INRIA Lille - Nord Europe http://stefan-marr.de/research/