CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 5 of 5 FirstFirst ... 2345
Results 61 to 74 of 74
  1. #61
    Join Date
    Feb 2011
    Location
    DeLand, FL
    Posts
    41

    Re: programming jobs without degree

    Quote Originally Posted by nuzzle View Post
    If you think it's something else it would be interesting to know what?
    I'll tell you what it is, smarty. It's called "critical thinking". The "template" tells you "go to college, get good job". Yeah, well I'm sorry to bust your bubble but you're not only rude, you're just plain wrong to paint it with as wide a brush as you are.

    Guess Bill Gates needs to go back to college and finish up his degree to get "satisfying" jobs, eh?

    I'm through with this thread. I don't need to put up with wet-behind-the-ears "experts". As was said, you're just not listening. Got to go - I've got a six-figure salary to keep earning. I'll figure out whether or not a lack of degree makes me dissatisfied later! ;-)

    BTW ... stuff the statistics. If I lived my life by them I'd be divorced by now and living on the street since I don't have a degree.

    -Max

  2. #62
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: programming jobs without degree

    nuzzle can have that effect on people.

  3. #63
    Join Date
    Jun 2009
    Location
    France
    Posts
    2,513

    Re: programming jobs without degree

    If you are so satisfied with your job, why do you feel the need to jump into the discussion and convince others of how good you have it?

    Fact in hand, having a degree makes having a job, and evolving, easier. It is a statistical fact. Unless you are actively recommending against having a degree, I don't see what your point is.

    Also, while I'm sure you've been very happy about your 35+ years of experience, and you are now a confirmed programmer, I'm sure you can also realize that the job market has evolved. When you come in for an interview (if you're even selected), and are going against 10+ other interviewees, you want to be the one with the highest degree (and you'd have to be stupid to think otherwise).

    Having a degree guarantees a certain level of knowledge, as opposed to skill. There is always a great debate between having skill and knowledge. The thing is that both are not exclusive. You can be both skilled and have a degree.
    Is your question related to IO?
    Read this C++ FAQ article at parashift by Marshall Cline. In particular points 1-6.
    It will explain how to correctly deal with IO, how to validate input, and why you shouldn't count on "while(!in.eof())". And it always makes for excellent reading.

  4. #64
    Join Date
    Aug 2008
    Location
    Scotland
    Posts
    379

    Re: programming jobs without degree

    For more reading on the subject:
    http://www.theregister.co.uk/2010/11...d_more_skills/

    There's a fairly long comment thread on the article, with a wide mix of opinions about the importance of a CS degree.

    For what is worth, my opinion is that a degree is definitely useful, but not essential, and doesn't have to be in Computer Science. However I do have to say that the best programmers I have employed have had a CS degree. For recent graduates, e.g. in the last 10 years, it's confirms that they were interested in computing from an early age, and had the skill to get onto and through a degree program.

  5. #65
    Join Date
    Jul 2002
    Location
    Portsmouth. United Kingdom
    Posts
    2,727

    Re: programming jobs without degree

    Quote Originally Posted by nuzzle View Post
    This is the typical "just look at me" defensive response you usually get from people with the kind of inferiority complex I was talking about.
    Why on earth do you think that a "I don't have a degree but nobody asks me about it because I have so much real world experience" comment implies an "inferiority complex"? It's just a statement of fact.
    By that argument, I could maybe infer that your attitude is down to the "typical superiority complex" that degree holders suffer from?
    (I don't believe that either)
    "It doesn't matter how beautiful your theory is, it doesn't matter how smart you are. If it doesn't agree with experiment, it's wrong."
    Richard P. Feynman

  6. #66
    Join Date
    Jul 2002
    Location
    Portsmouth. United Kingdom
    Posts
    2,727

    Re: programming jobs without degree

    Related to this debate, long term members of this forum will no doubt have come to the conclusion that the quality of teaching of C++ in colleges is at most fair to poor. This is not a fact that goes unnoticed by employers, as those of us with long term experience in the industry often take part in the interview process, either face to face or reviewing answers. My view when reviewing a CS graduate interviewee is that, yes, they may have a good grasp of computer science theory, probably considerably more than me, but what we actually need is a person who can design good, bug free, maintainable code. A person who can come up with an innovative solution to a problem that has possibly never been solved before. A person that is self motivated to learn new things and how to apply them. Someone, when presented with a problem that hasn't cropped up before, doesn't just sit there looking baffled.

    One recent interviewee had a degree and a masters degree. His mathematics skills were evident in the jobs he had previously.
    When asked to sketch out a class and basic algorithm for finding the mean and maximum in a region of an image, he declined to do so!

    Another claimed Ada and some C++, when asked to do the same, in Ada if he preferred, totally failed to get even started.

    Maybe the intelligent but introverted and unimaginative CS degree graduate that nuzzle seemed to describe will get a reasonable job as a coding drudge in a large corporation, but that's not the sort of people that small engineering/software companies that I have worked for in the past 30 years actually need.

    From my experience, having a CS degree does not guarantee these qualities, it appears to be more down to the character of the individual.
    Last edited by JohnW@Wessex; February 15th, 2011 at 06:43 AM.
    "It doesn't matter how beautiful your theory is, it doesn't matter how smart you are. If it doesn't agree with experiment, it's wrong."
    Richard P. Feynman

  7. #67
    Join Date
    Jul 2009
    Location
    India
    Posts
    835

    Re: programming jobs without degree

    I think this thread will continue long..

  8. #68
    Join Date
    Aug 2007
    Posts
    858

    Re: programming jobs without degree

    A lot of people in this thread seem to be forgetting the current job climate. Can you be a very good programmer without a degree? Of course. Are you likely to get a programming job at the moment without a degree and with no prior programming experience on your resume? Probably not, unless you personally know someone at the company to get your foot in the door and/or you happen to be in an area with a significant shortage of programmers.

    Otherwise, most job openings at the moment are swamped with applicants and one of the first filters that HR usually applies to a stack of resumes is "do they have a degree?".

  9. #69
    Join Date
    Jul 2002
    Location
    Portsmouth. United Kingdom
    Posts
    2,727

    Re: programming jobs without degree

    Quote Originally Posted by Speedo View Post
    , most job openings at the moment are swamped with applicants
    I wish! We've been advertising for weeks and only had three CVs that even came close to the requirements. All were completely unsuitable (see my previous post).
    Now if we were creating enterprise Java apps or mobile phones, the in-pile would be overflowing.
    "It doesn't matter how beautiful your theory is, it doesn't matter how smart you are. If it doesn't agree with experiment, it's wrong."
    Richard P. Feynman

  10. #70
    Join Date
    Oct 2005
    Location
    Seattle, WA U.S.A.
    Posts
    353

    Re: programming jobs without degree

    This comment might be a little off-topic, but I can think of, indeed I knew and worked with, a non-degreed person working as a mathematician and an engineer, and he proved himself a giant in his particular field.

    Hap worked as an acoustics design engineer, designing circuitry (and developing the mathematical underpinnings) of a variety of sonar hydrophones and associated receivers.

    His boss had worked at MIT's Radiation Laboratory during the Second World War and had several patents for radar equipment under his belt, but at General Instrument, Harold adapted a technology used almost exclusively by radioastronomers at the time. Harold adapted that technology to the field of sonar and thus was born the 'crossed fan-beam' technology which is the foundation of today's multi-beam sonars.

    In 1984, Japanese scientists used a descendant of their pioneering work to chart the Challenger Deep, the deepest known spot of all the world's oceans (http://www.gebco.net/about_us/gebco_...test_depth.pdf)

    Wanna know a little more about these two technological giants ?
    1. Visit Amazon.com and in the search bar at the top of the page enter "Mapping the Deep"
    2. on the left side of the page, see the text box labeled ''search inside this book" - enter "Farr" and click 'GO'
    3. Click on the first result: "page 62 Farr and by an uncredentialed ..."
    4. You're there ! One scrolls down the page by placing the cursor in the center page and "pulling" the page up or down. One turns the page by clicking on the arrow-shaped tab on the side of the page.

    it's a fascinating read.

    As someone mentioned in a much earlier post - there is the occasional genius, and Hap was certainly that. A little feisty (I remember that he once, after I screwed up a calculation, asked "Boy! Where'd you go to school ?"), but make no mistake about it, he was brilliant, degree or not ... and very forgiving (he permitted me to continue working for him even after having discovered that I screwed up the calculation).
    Last edited by ThermoSight; February 15th, 2011 at 11:50 PM.

  11. #71
    Join Date
    Aug 2009
    Posts
    440

    Re: programming jobs without degree

    As someone who is getting a degree in computer science, I can definitely say that having a degree will help. But, I also can see this from the employer's point of view. College applicant with bachelors and one or two internships vs guy with no education but 10 years of experience. If I were in his shoes, I would probably go for the guy with the experience. I've been at my current internship for a few months and feel I have learned quite a bit about how things work. If I tack on another 9-10 years of experience, I'd imagine I'd be a much better programmer.

    Ultimately I would say if you are thinking about entering the field, you might as well have some degree. It will at least show you had the intelligence to learn the concepts. I don't really see an employer hiring someone with no professional experience or degree, especially in this day and age.

  12. #72
    Join Date
    Jul 2002
    Location
    Portsmouth. United Kingdom
    Posts
    2,727

    Re: programming jobs without degree

    It's also worthwhile to note that a lot of employers will offer training, either internally or externally; of which I've taken advantage of over the years, especially for getting up to speed with modern C++ techniques.
    "It doesn't matter how beautiful your theory is, it doesn't matter how smart you are. If it doesn't agree with experiment, it's wrong."
    Richard P. Feynman

  13. #73
    Join Date
    Jan 2009
    Posts
    1,689

    Re: programming jobs without degree

    Thats true, my company occasionally sends engineers to training for lots of different things from databases to highly parallel programming.

    We don't need no education da na na da na na na we don't need no thought control... *bobs head*

  14. #74
    Join Date
    Jan 2012
    Posts
    2

    Re: programming jobs without degree

    I think programming is an advisable way that can help you earn cash and there are also several sites that offer good freelance programming job that suit on you.

    Freelance graphic design jobs

Page 5 of 5 FirstFirst ... 2345

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured