++hardburn

The problem with being self-taught is that you tend to have gaps in your knowledge.

Perfect example of this: I learned programming totally ass-backward. I started with HTML, arguably some of the highest-level programming-like stuff (markup ne programming). Then I got into Javascript, then VRML, eventually PHP, then I started doing Perl. The school I was going to taught me Java and *ugh* VB.

Thing is, I never learned the basics, C and C++. Most of the Java books I've seen have a lot of "This is done the same way as in C++" or "The only difference between this and the C++ version is..." or whatever. And every CS major I know started with C/C++ (or at the very least, got it early in their schooling). So lately I've been teaching myself that, hence the ass-backwardness.

Also, the same school I mentioned before had a section on Perl. I wound up teaching my prof a lot there: I'd print out a couple of pages of code for him, he'd rub his forehead and say, "Okay, I'm going to read this over the weekend and get back to you on Monday." It was a great exercise in commenting and documenting my code, just to reduce the severity of the headaches I gave him :o)

On a side note, I heard that ever since I introduced that teacher to use English; he's been using it to teach beginners.

LAI

__END__

In reply to Re^2: Difference in self v/s instructor based Perl training by LAI
in thread Difference in self v/s instructor based Perl training by artist

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.