I'll disagree a bit with dragonchild.

What I learned in the CS degree program many years ago has been very useful in my 'real' jobs. Some of those things were/are: <lu>

  • TMTOL - There's More Than One Language. We implemented basic algorithms - sort, search, string manipulation, tree traversals, etc. - on every language available on our system. That hands-on experience made quite clear that each language has its strong points, and that no language is best at everything. Not even Perl, though it wasn't around then :)
  • Algorithms - While I can't say I've read all of Knuth's works front-to-back, they have kept me from trying to reinvent the wheel or implementing poor solutions. Many (not all!) of the self-taught and 2-year degree programmers I have encountered learned "a language" or two, but not "how to program". Poor implementations of basic algorithms, lack of appropriate data structures, poor analysis, etc. plague much of their code.
  • Learning by Example - Whether through textbooks, peer review, or live code from existing systems, including languages and operating systems, we <it>saw</it> a <it>lot</it> of code. In a classroom setting, we had the opportunity to discuss the approaches various authors had taken and learn from them. By the time we hit the job market, we already had a feel for what might or might not work in various situations.
  • Teamwork - While occasionally one gets the opportunity to work independently, the vast majority of jobs are with teams. Working on class projects as teams gave us a chance to experience the interpersonal dynamics and get used to - if not beyond - the give and take and exchange of ideas. MMWINAB (Maybe My Way Is Not Always Best :) </lu>

    Granted, degree programs have changed, as have teaching styles and methodologies. But IMHO, a good formal education is worth the time and money.

    FWIW, I've not yet completed my BS after 20+ years, more due to lack of convenience and constantly changing degree program requirements than anything else. However, the deficit is only a few general credits: math, speech/communications. This has not been a factor so far in finding employment. Many years of consulting, including time with well known companies, along with good recommendations from previous employers, seem to mean more than a peice of paper.

    Speaking as one who now is on the hiring side of interviews, certifications are not anywhere near the top of the list of priorities for a potential new hire. The MSCE certifications, for example, tell me you simply know some basics on installing and running Microsoft products, not that you have an in-depth knowledge of programming or of the many quirks and oddities of the products. It certainly does not tell me if you work well with others, could adapt to our corporate culture, or play a good round of golf (Perl or otherwise).

    YMMV. Philosophical rebuttals welcome :)


    In reply to Re: Formal Education Required? by mikeB
    in thread Formal Education Required? by mexnix

    Title:
    Use:  <p> text here (a paragraph) </p>
    and:  <code> code here </code>
    to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.