http://www.perlmonks.org?node_id=131839


in reply to Re: (OT) Where is programming headed?
in thread (OT) Where is programming headed?

My reasons are fairly simple. "C" is a nice letter to have on a CV :) I know some people won't appreciate this, but I was relieved by the dot.com collapse. The market was tremendously overvalued and, like the Japanese bubble economy of the late 80s, early 90s, the bubble had to burst to start allowing the money to flow more efficiently. The downside of course, is summed up perfectly in a brilliant quote that I heard. Someone was asking why people weren't showing up to a local IT schmooze-fest and the reply was "networking with unemployed people isn't very helpful."

While my company is still kicking along (barely), I don't want to be one of 73 programmers chasing after that lone programming position that opens up somewhere. I'm taking Java classes (sob) and brushing up on my C seems like good sense in this climate. I think my Perl is decent, but I wouldn't count on finding another job with it unless I want to move again.

Cheers,
Ovid

Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.

  • Comment on (Ovid) Re: Re: (OT) Where is programming headed?

Replies are listed 'Best First'.
Re: (Ovid) Re: Re: (OT) Where is programming headed?
by Rudif (Hermit) on Dec 15, 2001 at 03:47 UTC
    Ovid,

    Pardon me if my answer was slightly on the flippant side. What I did want to suggest is that there is continuity between the K&R C and today's C++ classes, objects, templates, containers, iterators, algorithms, and the like. So, if you feel like C/C++ is written in your future, just take it from where you stopped a few years ago and go for it. Same as you do when you go to tackle some tough job in Perl.

    Where I work, when we interview programmers for jobs, this is what we look for
    - the domain knowledge and experience : software for sci/eng measuring instruments
    - the programming experience : C++, real time, component software
    - the person : do you have courage and curiosity, can you identify and solve problems, can you find nuggets of knowledge wherever they hide - your head, books, vendor doc (yes!), web; do you know the hardships and joys of teamwork?
    Knowledge and experience are minimal conditions, personal qualities are decisive.

    If you meet a prospective employer who is not probing for these qualities, you should probably look around for another one.

    Rudif