[Python-3000] Iterators for dict keys, values, and items == annoying :)

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Mar 29 04:53:49 CEST 2006


Adam DePrince wrote:

>    The following interface names are abbreviations for the following
>    permutations of the above.
> 
>    * Collection View( SetView + Multiview )
>    * ListView: (SetView + MultiView + OrderedView)
>    * OrderedSetView (SetView + OrderedView )
>    * MapView( SetView + MappingView )
>    * OrderedMapView( SetView + MappingView + OrderedView )
>    * MultiMapView( SetView + MultiView + MappingView )
>    * OrderedMultiMapView( SetView + CollectionView + MappingView + OrderedView )

Nooooo....

This is massive over-design.

Python is NOT Java!

--
Greg


More information about the Python-3000 mailing list