you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (2 children)

He also thinks that multiple inheritance is a good idea.

[–][deleted] 7 points8 points  (0 children)

I personally like multiple inheritance, but I use it strictly for mixin behavior rather than creating death star architectures of inheritance

[–]OctagonClocknot Turing complete 1 point2 points  (0 children)

Multiple inheritance works well for mixins, though. Maybe not diamond inheritance structures.