In my defense, I should explain my assertion concerning the lack of school's applicability to real-world situations.

Yes, general problem-solving skills are emphasized in school, and the exposure you get is invaluable. For that alone, I would reccomend going to school full-time between the ages of 18 to 22.

However, I remember back to "Operating Systems", "File and Database", and similar courses. While the concepts were useful to come across, I don't use any of that as a programmer. Most of my practical OS knowledge comes from having my own Linux box, not what I learned in a classroom.

Language courses are even worse. I learned 3 languages while at school. I don't use a single one. In fact, I have only ever used C (learned at an internship), JAM (learned on the job), and Perl (learned while working during a year off). I don't use PASCAL, QBasic, or the ASM flavor I learned while taking Assembler. *shrugs*

Now, of course, learning all those languages helped me learn how to learn langauges.

I guess the best way to put it is this:


In reply to Re: Re: Re: Formal Education Required? by dragonchild
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.