The Artima Developer Community
Sponsored Link

Articles Forum
The Most Important C++ People...Ever

36 replies on 3 pages. Most recent reply: May 17, 2009 8:31 PM by Sean Corfield

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 36 replies on 3 pages [ « | 1 2 3 | » ]
Ravi Venkataraman

Posts: 80
Nickname: raviv
Registered: Sep, 2004

Re: The Most Important C++ People...Ever Posted: Aug 31, 2006 5:05 PM
Reply to this message Reply
Advertisement
Re Bjarne Stroustrup's list, did anybody notice that the most important C++ person's name is missing from the list?

Now that is the humility of the truly great that I was referring to earlier.

Terje Slettebø

Posts: 205
Nickname: tslettebo
Registered: Jun, 2004

Re: The Most Important C++ People...Ever Posted: Sep 1, 2006 4:15 AM
Reply to this message Reply
> In second place behind Stroustrup I'd put The Humble
> Programmer. He has kept C++ alive for so long despite its
> numerous deficits.
>
> BTW, after so much self-adulation why not continue the
> series with "The Most Important C++ Failures...Ever".
> Candidates are (among others):
> - Standard compliance of compilers
> - binary compatibility
> - module support (lack of)
> - 'C++ will absorb C'
> - multi-paradigm induced complexity
> - templates
> - MFC
> - STL
> - BOOST
> - ...

Are you just trolling, or would you care to come with some justification of why you call the above "failures"?

I'm particularly interested in the part about the multi-paradigm design of C++, templates, STL, and Boost, which I think are all important contributions of C++ (or to C++), and to the field of computing.

Marc Spencer

Posts: 5
Nickname: kohler
Registered: Sep, 2006

Re: The Most Important C++ People...Ever Posted: Sep 1, 2006 7:35 AM
Reply to this message Reply
I found the following people missing from the list.

Krzysztof Czarnecki and Ulrich Eisenecker

Bjarne Stroustrup

Posts: 60
Nickname: bjarne
Registered: Oct, 2003

Re: The Most Important C++ People...Ever Posted: Sep 1, 2006 8:05 AM
Reply to this message Reply
> I found the following people missing from the list.
>
> Krzysztof Czarnecki and Ulrich Eisenecker

Thanks

Roland Pibinger

Posts: 93
Nickname: rp123
Registered: Jan, 2006

Re: The Most Important C++ People...Ever Posted: Sep 1, 2006 2:54 PM
Reply to this message Reply
One could add some magazine columnists (Pete Becker, ...) some heavy and high-quality newsgroup posters (James Kanze, ...) and some C++ book authors. But no matter how many people you add there will always be someone missing.

Jeff Ratcliff

Posts: 242
Nickname: jr1
Registered: Feb, 2006

Re: The Most Important C++ People...Ever Posted: Sep 1, 2006 4:58 PM
Reply to this message Reply
> For the longest time I began every phone screen for C++
> talent with "Who is Scott Meyers?". Failure to correctly
> answer would get you 10 more minutes of pleasant talk and
> a "thank you for your time".

Well, that sounds like a good strategy for eliminating applicants, but not a very good one for selecting competent C++ programmers. Certainly with the hundreds of books and other resources available to learn and master C++, being unfamiliar with the work of any one author shouldn't be a fatal flaw.

> I still routinely see violations of Scott's 50 items in
> recently written production code and it gives me the
> willies everytime.

I'm not a big fan of these rule lists. Individuals usually have a rather narrow range of experience to draw from and so they may not realize there are environments unfamiliar to them where the rules are "wrong".

Roland Pibinger

Posts: 93
Nickname: rp123
Registered: Jan, 2006

Re: The Most Important C++ People...Ever Posted: Sep 2, 2006 1:41 AM
Reply to this message Reply
> Are you just trolling, or would you care to come with some
> justification of why you call the above "failures"?

The list contains 'heavyweights' that had some impact on C++ but also failed in critical aspects (while succeeding in others). I'd expect one of the most important C++ people ever to also discuss those failed aspects.

Nemanja Trifunovic

Posts: 172
Nickname: ntrif
Registered: Jun, 2004

Re: The Most Important C++ People...Ever Posted: Sep 4, 2006 8:49 AM
Reply to this message Reply
I think the the most important reason for success of C++ is the brain power behind it - the number of smart, knowledgable and entusiastic people within C++ community is truly amazing.

Therefore, maybe this article should be about the 50 most important C++ people ever :)

Greg Colvin

Posts: 9
Nickname: gregc
Registered: Jun, 2004

Re: The Most Important C++ People...Ever Posted: Sep 4, 2006 7:49 PM
Reply to this message Reply
The most important woman missing from all of these lists is Josée Lajoie.

Todd Blanchard

Posts: 316
Nickname: tblanchard
Registered: May, 2003

Re: The Most Important C++ People...Ever Posted: Sep 5, 2006 11:17 AM
Reply to this message Reply
> > For the longest time I began every phone screen for C++
> > talent with "Who is Scott Meyers?".
>
> Well, that sounds like a good strategy for eliminating
> applicants, but not a very good one for selecting
> competent C++ programmers.

With 100 resumes for a given job - that's the idea.

> > I still routinely see violations of Scott's 50 items in
> > recently written production code and it gives me the
> > willies everytime.
>
> I'm not a big fan of these rule lists.

Well I am. It is astonishing how many so-called C++ programmers see no problem subclassing a class with a non-trivial non-virtual dtor. That's just one example.

The fact is, that the vast majority of people who code in C++ aren't really qualified to do it. And I'm tired of working with those people - so I don't do it anymore.

Jeff Ratcliff

Posts: 242
Nickname: jr1
Registered: Feb, 2006

Re: The Most Important C++ People...Ever Posted: Sep 5, 2006 12:08 PM
Reply to this message Reply
> With 100 resumes for a given job - that's the idea.

Of course you can use any method you choose. My point is that you may be eliminating some very competent people. If you think the book is important why not ask candidates questions based on the content rather than assuming they can't know the answers unless they've read the book?

Terje Slettebø

Posts: 205
Nickname: tslettebo
Registered: Jun, 2004

Re: The Most Important C++ People...Ever Posted: Sep 5, 2006 12:29 PM
Reply to this message Reply
> > Are you just trolling, or would you care to come with
> some
> > justification of why you call the above "failures"?

> > I'm particularly interested in the part about the
> > multi-paradigm design of C++, templates, STL, and
> > Boost, which I think are all important contributions of
> > C++ (or to C++), and to the field of computing.

> The list contains 'heavyweights' that had some impact on
> C++ but also failed in critical aspects (while succeeding
> in others). I'd expect one of the most important C++
> people ever to also discuss those failed aspects.

A feature having problematic aspects doesn't in itself make the feature as a whole failed. What I reacted to was that much of the list is considered successes in the community.

For a more productive discussion, maybe you could list some of those "failed aspects", then we can discuss them here?

Terje Slettebø

Posts: 205
Nickname: tslettebo
Registered: Jun, 2004

Re: The Most Important C++ People...Ever Posted: Sep 5, 2006 12:34 PM
Reply to this message Reply
> Well I am. It is astonishing how many so-called C++
> programmers see no problem subclassing a class with a
> non-trivial non-virtual dtor.

Would it matter if that non-trivial non-virtual constructor was protected...?

> The fact is, that the vast majority of people who code in
> C++ aren't really qualified to do it. And I'm tired of
> working with those people - so I don't do it anymore.

I certainly understand that sentiment. The the thing I'm wondering, then, is: Are you able to find as good people as you want, for positions?

Roland Pibinger

Posts: 93
Nickname: rp123
Registered: Jan, 2006

Re: The Most Important C++ People...Ever Posted: Sep 5, 2006 12:52 PM
Reply to this message Reply
> It is astonishing how many so-called C++
> programmers see no problem subclassing a class with a
> non-trivial non-virtual dtor. That's just one example.

You mean like
struct input_iterator_tag {};
struct forward_iterator_tag: public input_iterator_tag {};

> The fact is, that the vast majority of people who code in
> C++ aren't really qualified to do it.

Blame C++, not the people.

> And I'm tired of
> working with those people - so I don't do it anymore.

So you are not working with C++ anymore?

Todd Blanchard

Posts: 316
Nickname: tblanchard
Registered: May, 2003

Re: The Most Important C++ People...Ever Posted: Sep 5, 2006 1:32 PM
Reply to this message Reply
> Blame C++, not the people.

Oh I do, but we have this legacy code that needs maintaining, see. Frankly, the project would have been better done in Erlang.

> So you are not working with C++ anymore?

It is a language for a madman and overly labor intensive besides. I now personally only code in dynamic languages. All current web development for personal work is done in Squeak/Seaside (web) or Objective C (desktop app). If I need speed, I use bits of C.

To quote Tom Cargill: "what is a protected abstract virtual base pure virtual private destructor and when was the last time you needed one?" pretty well sums it up. I think he has abandoned the language as untenable as well (focused on Java now).

As for work - I manage developers - I no longer code in it. I interview hundreds of candidate developers for several languages every year - in my experience most of the C++ candidates are dangerous. My personal skill level was Grade A for C++ circa 1997. It is a little out of date now I think - but I don't see any compelling reason to use it outside of maybe device drivers (and then I'd just use C).

Flat View: This topic has 36 replies on 3 pages [ « | 1  2  3 | » ]
Topic: BlazeDS and Spring: Integrating Flex in the Enterprise Previous Topic   Next Topic Topic: Integrating Flex with a Java EE Application, Part I

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use