• erp@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      4 months ago

      Inheritance starts to suck > 1 level deep. Multiple inheritance starts to suck at the point people discuss adding it to a language, or a few femtoseconds after the big bang, whichever comes first.

    • drolex@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago
      {
      /*Todo: comment*/
      private:
        bool b_itSucks;
      
      public:
        bool doesItSuck(return True); //FIXME
      }```