[Zope3-dev] RFC: Local Component Management Simplification

Dieter Maurer dieter at handshake.de
Mon Feb 6 12:33:52 EST 2006


Stephan Richter wrote at 2006-2-5 09:32 -0500:
> ...
>On Friday 03 February 2006 17:23, Dieter Maurer wrote:
>> Stephan Richter wrote at 2006-2-3 12:45 -0500:
>> > ...
>> ><declareSite name="mysite" />
>> >
>> ><site name="mysite" />
>> >  <!-- normal directives here. -->
>> ></site>
>>
>> The "declareSite" looks redundant. I see at the "site name='mysite'"
>> element that a site with name "mysite" is declared...
>
>No it is not. Explicit is better then implicit. "declareSite" creates a new 
>site in the sites mapping. We use this pattern for layers and skins already.

If it *creates* something why itn't its name "createSite"
(rather than "declareSite").

And what does "site" as it apparently does not create nor declare a
site?


-- 
Dieter


More information about the Zope3-dev mailing list