On Thu, Jun 14, 2012 at 6:54 AM, Anthony Liguori wrote:
> The interface implementation was pretty busted. The way it created Objects
> for
> each interface was extremely clumbsy and brittle.
>
> This is a new implementation that does something quite a bit more natural. It
> simply modifies clas
Il 13/06/2012 22:54, Anthony Liguori ha scritto:
> The interface implementation was pretty busted. The way it created Objects
> for
> each interface was extremely clumbsy and brittle.
>
> This is a new implementation that does something quite a bit more natural. It
> simply modifies classes suc
The interface implementation was pretty busted. The way it created Objects for
each interface was extremely clumbsy and brittle.
This is a new implementation that does something quite a bit more natural. It
simply modifies classes such that they can affectively have more than one super
class.
I