Re: Does this allocate memory?
On Tue, 22 Jul 2003 16:28:00 -0400, Victor Bazarov wrote:
[color=blue]
> "Jingz" <e@spam.com> wrote...[color=green]
>> [...]
>> Not to open up another can of worms, but inheritance is probobly my
>> favorite example of a good idea gone bad. Everyone agree is it can be
>> over/mis used, but I will contend that it is almost never a good idea.
>> It obscures functionality at best, at worst is is an absolutely
>> impenatrable series of tracing back multiple-inheritance spaghetti when
>> a call goes bad and needs to be debugged. 'has a' is far superior,
>> necessitating a dereference and obviating that another block of code is
>> being invoked. "is a" is almost never justified.
>>
>>[/color]
> I really would like to see you implement polymorphism without
> inheritance. Or is polymorphism an overrated "touchy-feely OO" as well?
> Would you like to try this discussion in comp.object?
>
> Nobody forces you to use any of the language features. If you think
> that 'const' is bogus, don't use it. Inheritance is no good? Live
> without it. What I don't understand is the need to "content" the
> usability of any feature. Live and let live. Or is the language too
> complex for you with all that "spaghetti" in it? Could it be that you
> just need to make an effort and simply learn it?
>
> I hope you don't see this as "over/mis used" typing.
>
> Victor[/color]
In terms of "the tone I've taken" I have been factual, substantive and
non-confrontational . You on the other hand, seem to want a simple
difference in opinion to be a personal attack against me with fairly rude
and immature innuendo.
-Curt
On Tue, 22 Jul 2003 16:28:00 -0400, Victor Bazarov wrote:
[color=blue]
> "Jingz" <e@spam.com> wrote...[color=green]
>> [...]
>> Not to open up another can of worms, but inheritance is probobly my
>> favorite example of a good idea gone bad. Everyone agree is it can be
>> over/mis used, but I will contend that it is almost never a good idea.
>> It obscures functionality at best, at worst is is an absolutely
>> impenatrable series of tracing back multiple-inheritance spaghetti when
>> a call goes bad and needs to be debugged. 'has a' is far superior,
>> necessitating a dereference and obviating that another block of code is
>> being invoked. "is a" is almost never justified.
>>
>>[/color]
> I really would like to see you implement polymorphism without
> inheritance. Or is polymorphism an overrated "touchy-feely OO" as well?
> Would you like to try this discussion in comp.object?
>
> Nobody forces you to use any of the language features. If you think
> that 'const' is bogus, don't use it. Inheritance is no good? Live
> without it. What I don't understand is the need to "content" the
> usability of any feature. Live and let live. Or is the language too
> complex for you with all that "spaghetti" in it? Could it be that you
> just need to make an effort and simply learn it?
>
> I hope you don't see this as "over/mis used" typing.
>
> Victor[/color]
In terms of "the tone I've taken" I have been factual, substantive and
non-confrontational . You on the other hand, seem to want a simple
difference in opinion to be a personal attack against me with fairly rude
and immature innuendo.
-Curt
Comment