Oct. 30, 2015
11:49 a.m.
I saw this today: Class>>#private_subclass: t instanceVariableNames: f classVariableNames: d poolDictionaries: s category: cat 1) method name is not according to conventions (should be #privateSubclass:instanceVariableNames:classVariableNames: poolDictionaries:category:) 2) variable names are not good: t, f, d, s and cat do not means anything. 3) if is private, needs to be in âprivateâ protocol. 4) more than âprivateâ I think itâs function is âbasicâ⦠but thatâs not a real problem :) please, a fix? Esteban