Nov. 11, 2010
9:20 p.m.
Status: New Owner: ---- New issue 3247 by Benjamin.VanRyseghem.Pharo: Remodel Text Constants http://code.google.com/p/pharo/issues/detail?id=3247 Gofer new squeaksource: 'PharoTaskForces'; package: 'KillTextConstants'; load. KillTextConstants new script. It remodel TextConstants as a SharedPool, and create a global dictionary SharedDictionary to allow classes to share constants. One step is missing, the one which check all methods invoking SharedDictionary to know if they really use SharedDictionary or pool variables from TextConstants