On 28 May 2015, at 01:56, Sergio Fedi <sergio.fedi@gmail.com> wrote:

Hi list!

As we are adding comments to Packages in Pharo, we stumbled upon the fact that there are other creatures present in the package list.

These are:

RPackageTag, which models the tags under the package
DynamicGroup, which model the dynamic categories of LastModifiedClasses, MostViewedClasses and Work

Objects of these classes WILL have to understand the accessor #comment

1 - How do we want RPackageTag and DynamicGroup to handle #comment and #comment: ?

The tag could just return the comment that is defined for it���s package. The Nautilus groups maybe could
return a description on what they do and how they work?

Marcus