May 30, 2015
8:13 p.m.
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