"On the one hand I am (to use the new buzz word) agile when it comes to tools, methods, and ideas. On the other I don't have the benefit of the thousands of developers who went before me so I am likely to stumble into the same mistakes they made."

This is where being autodidact hurts me as well. I have taught myself (with the aid of folks when I get stuck) just about everything I know about CS. I do not have a problem learning new syntactic structures, new pragma, etc. What I find I miss out on is algorithms. One of the things I feel I missed out on by not going for that CS degree is algorithm design. Sure I can cobble things together, but they are usually slow/inefficent. I often goggle at some of the things that the better educated monks put together, and oftimes am so amazed at the solution I can barely begin to understand how/why it was done that way.

This is where being self taught has hurt me. I can only learn up to a certain point of complexity, then the teacher begins to fail the student- because I do make mistakes and noone is there correct me.

Well, that's the way it was until I stumbled onto this place. - Thank my lucky stars.

In reply to Re: Re: Autodidact Followup by Silicon Cactus
in thread Autodidact Followup by trs80

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.