From: Nicolas C. <war...@fr...> - 2003-03-05 01:55:34
|
> > I would strongly object to ListMutable... The order doesn't look right > > for an English-lexicalized language (even if it is designed and managed > > in French ;) ) > > However, ListMutable is a better name if you want to have an alphabetical > listing of contributed modules and want conceptually close modules to be > listed close to each other. > > That parses as (Category: List; Subcategory: Mutable) Could I object that perhaps if I'm looking for a mutable structure with some specific complexities on add/find/remove operations, then sorting them with Mutable first is better ? More seriously, I don't see why categories should be == to the module name, they still can be defined separatly in the supposed COAN module header : <module name="MutableList" cat="List" subcat="Mutable"/> Nicolas Cannasse |