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

Jim Fulton jim at zope.com
Tue Jul 13 16:53:19 EDT 2004


Phillip J. Eby wrote:
> At 09:56 AM 7/13/04 -0400, Jim Fulton wrote:
> 
>> - There be public interfaces and private interfaces.
>>
>>   Here, bublic or private doesn;t say anything about
>>   security, but about the stability of and long-term
>>   commitment to an API.
> 
> 
> May I suggest that current usage leans towards calling these "published" 
> interfaces?

Yup. That's a great point.

Thanks.

So, we publish interfaces by putting them in an interfaces
module (or package).

Unpublished interfaces are subject to change.

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