Re: Remove multiple inheritance in Python 3000
- From: Dieter Maurer <dieter@xxxxxxxxxxxx>
- Date: 28 Apr 2008 19:10:16 +0200
Nick Stinemates <nick@xxxxxxxxxxxxxx> writes on Thu, 24 Apr 2008 08:26:57 -0700:
On Tue, Apr 22, 2008 at 04:07:01AM -0700, GD wrote:
Please remove ability to multiple inheritance in Python 3000.
I hope your request will not be followed.
Multiple inheritance is bad for design, rarely used and contains many
problems for usual users.
Multiple inheritance is very productive by supporting mixin classes.
I use it extensively and get clean code quickly developped.
I hate Java because it does not support multiple inheritance
and forces me to write lots of tedious error prone delegations
to work around this limitation.
Dieter
.
- References:
- Remove multiple inheritance in Python 3000
- From: GD
- Re: Remove multiple inheritance in Python 3000
- From: Nick Stinemates
- Remove multiple inheritance in Python 3000
- Prev by Date: Re: Given a string - execute a function by the same name
- Next by Date: Re: Regular Expression - Matching Multiples of 3 Characters exactly.
- Previous by thread: Re: Remove multiple inheritance in Python 3000
- Next by thread: Re: Remove multiple inheritance in Python 3000
- Index(es):
Relevant Pages
|