[Zope3-dev] How does Zope.Configuration work?

Guido van Rossum guido@python.org
Fri, 22 Mar 2002 19:46:43 -0500


> Can you suggest a use-case where that level of flexibility is not nice?

- When flexibility is a YAGNI.  Sometimes you just don't need to solve
  a problem in general, and solving only a specific case is quicker.

- When a specific part of an application is constructed from closely
  cooperating parts that happen to be implemented as views.

--Guido van Rossum (home page: http://www.python.org/~guido/)