[Zope3-dev] Re: Brainstorm, What constitutes a public API? (was Re: Re: APIs breakage)

Jim Fulton jim at zope.com
Tue Jul 13 10:40:50 EDT 2004


Casey Duncan wrote:
> On Tue, 13 Jul 2004 09:56:15 -0400
> Jim Fulton <jim at zope.com> wrote:
> 
> [..]
> 
>>OK, let's brainstorm.
>>
>>I suggest:
>>
> 
> [..]
> 
>>- Package 'interfaces' modules should *only* contain public
>>   interfaces. This means that, when developing new sofware,
>>   you should avoid ceating interfaces modules until you are willing
>>   to carve an interface in stone.
> 
> 
> Would there be an official place to store private interfaces? Or is that
> important?

No. Typically, private interfaces will go in the modules with the classes.

Jim


-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Zope3-dev mailing list