Re: OOP
- From: campyhapper@xxxxxxxxx
- Date: Mon, 30 Jun 2008 09:41:03 -0700 (PDT)
On Jun 30, 12:35 pm, Richard Heathfield <r...@xxxxxxxxxxxxxxx> wrote:
Yes. It never works very well. If that's what you want, just use C++ and
discipline yourself not to use the features that you think hamper
readability. (That is what I already do in C. The fact that goto, say, is
available does not mean that I am required to use it.)
You have a point. And I know that nothing I do or say
will stop others from using C++'s problematic features
or even its good features in bad ways.
But an analogy might be that C is like a car,
C++ is like a motorcycle. Accidents happen
more readily with motorcycles and with C++.
And although I'm a careful driver of all vehicles,
and a careful coder, chances are higher that,
if I say to an employer "I'm a C++ programmer"
they will stick me with someone else's C++ code
that is incomprehensible than if I say I'm
a C programmer.
.
- Follow-Ups:
- Re: OOP
- From: Richard Heathfield
- Re: OOP
- Prev by Date: Re: problem passing pointer array
- Next by Date: Re: Promoting unsigned long int to long int
- Previous by thread: Re: OOP
- Next by thread: Re: OOP
- Index(es):
Relevant Pages
|