in reply to •Re: Solving the SUPER problem in Mixins with a Dispatch Method
in thread Solving the SUPER problem in Mixins with a Dispatch Method

... multiple inheritance is generally evil. You should consider redesigning your system so that you are using composition and delegation instead of MI, and life would be better

I believe you. But could you point out any texts that actually make that case.

Thanks.

Be well.

  • Comment on Re^2: Solving the SUPER problem in Mixins with a Dispatch Method