Sept. 23, 2012
3:38 p.m.
On a class, should answer the inst of the corresponding metaclass Like when you ask the inst var of an instance, you get the inst var of the corresponding class Ben On Sep 23, 2012, at 5:15 PM, Camillo Bruni wrote:
instVarNamed: is implemented on Object this is why it looks into the object class. but reimplementing on Class would make sense.
I don't see any problem here, besides the maybe confusing names...
#instVarNamed: works on class-side as well, used to read the values in the living instance.
What would your #instVarNamed: do?