May 31, 2015
5:07 a.m.
thanks thierry (just getting up and I realised that too). Stef Le 30/5/15 22:13, Thierry Goubier a écrit :
Le 30/05/2015 21:44, stepharo a écrit :
Hi guys
We introduced protocol for sorting methods and package for categories but we left many users of categories. I think that it would be good to finish the clean this. I'm cleaning some of the method level one. Now I have a question what is a class category? Because it does not look like a package name
Point category -> 'Kernel-basicObject" Point package name -> 'Kernel'
(Point package classTagNamed: (Point package toTagName: Point category)) name -> #BasicObjects
i.e. class category = package name + tag name
Thierry
Stef