[Zope3-dev] Interface declaration API

Barry A. Warsaw barry@zope.com
Mon, 10 Mar 2003 13:37:14 -0500


    JF> - A proposal that makes a distinction between declaration and
    JF> query functions.  Declaration functions use the word
    JF> "implements" and query functions use the word "interfaces".

What about using a specific "get" prefix for the query functions?  I
find getInterfaces() clearer than just interfaces().

-Barry