|
Peter,
> As far as I can see,
>in Dolphin the class category can be defined and redefined, and it appears
>as an infromation item in the browser title bar, but I cannot find any other
>use for it. Am I missing something?
Not really. As you say, they are mostly used for documentation
purposes, although they are occasionally used in other ways.
For example, the method
TextEdit class>>applicableTypeConverterCategories
selects suitable TypeConverter classes using their ClassCategory.
The ImageStripper detects development classes by enumerating the
ClassCategory #Development.
I would guess Class categories were implemented in Dolphin because
they are part of the original Smalltalk-80 (Red Book) UI, but to me
they still have a bit of a "solution looking for a problem" feel to
them :-)
--
Ian
The From address is valid - for the moment
|