[Zope3-checkins] CVS: Zope3/src/zope/app/security - permission.py:1.7

Martijn Faassen faassen@vet.uu.nl
Tue, 15 Apr 2003 11:48:05 +0200


Fred L. Drake, Jr. wrote:
> Update of /cvs-repository/Zope3/src/zope/app/security
> In directory cvs.zope.org:/tmp/cvs-serv28909/src/zope/app/security
> 
> Modified Files:
> 	permission.py 
> Log Message:
> Rename IValueSet to IEnumerated, and ValueSet to Enumerated.
> Treat these more like mixins than like directly useful things.

Why do you consider the word 'Enumerated' better here? 'Enumerated'
to me implies giving each entry in some list a unique (increasing) 
number. 'ValueSet' is not incredibly better, but at least 'Value' doesn't
imply (integer) numbers as much as 'Enumerated' does.

Regards,

Martijn