
April 10, 2022
2:42 p.m.
On Mon, 11 Apr 2022 at 00:35, Steven D'Aprano <steve@pearwood.info> wrote:
Yes well that was just silly. Of course the order matters.
Even in single inheritance, the order matters:
Spam inherits from Eggs inherits from Cheese
is not the same as
Spam inherits from Cheese inherits from Eggs
in the general case.
We've all done "What the hell was I thinking?!?" errors when programming. I'm sure I've done sillier.
And we've all made changes while saying "this shouldn't change anything", only to discover that they actually did break things. ChrisA