launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #02797
Re: Model objects and doc tests
On Monday 01 March 2010 16:45:14 Curtis Hovey wrote:
> I think the underlying problem here is that most interfaces in Launchpad
> has only one implementer. Deriving the interface from the model seamed
> ideal at one point (I believe there is a bug in foundations regarding
> this). I think the point is largely moot now because we are composing
> our interfaces and models from multiple interfaces to accommodate API
> permissions.
In my case, it's done that way to avoid touching zcml any more than is
necessary :)
References