Conversation

Notices

  1. Which braindead software engineer said that multi-inheritance is bad? Who are the people who believe that? I want everyone to smack their heads against the wall. Creating nonsensical interfaces and re-implementing the same stuff all over again is stupid. Yes... I complain about C# and Unity. If multi-inheritance was allowed like in C++ the changes to my code were minimal.

    Thursday, 01-Dec-16 15:10:42 UTC from MuSTArDroid
    1. @adiwan It does eliminate the need for developers to deal with certain categories of problems, but that just goes along the lines of "people are too stupid for this."

      Thursday, 01-Dec-16 15:14:07 UTC from gs.kawa-kun.com
      1. @adiwan One thing I like about Python, for example, is multiple-inheritance.  I use it periodically, and make sure things are explicit when necessary.

        Thursday, 01-Dec-16 15:14:48 UTC from gs.kawa-kun.com