...As I was going through the book, I was impressed by a number of things that I had already picked up on. I was much more impressed however by how much I didn't know. While I've always felt that one of my strengths as a programmer was my attention to detail, one of my weaknesses has definitely been not always picking the most efficient solution to the problem. As I look back over some of the code I've already written for this project, I find myself using new (to me) and better ways to do things, as some of what I had done was just plain, umm, wrong :P

I think this paragraph says it all for me. I can pick things up very fast, but I'm always wondering if I did it the best way. But then usually it is fine, so I don't get the opportunity to go back and find the more efficient way.

Looking back at some code I wrote 1.5 yrs ago, I wonder what the heck I was thinking at the time! Experience plays such a huge role in programming because you figure what works and doesn't work. And more importantly, you know how to design something that you can come back to six months later and do maintenance on. :-)

Great writeup.


In reply to Re: Amazed by What I Know, Amazed More by What I Don't by drewbie
in thread Amazed by What I Know, Amazed More by What I Don't by MrCromeDome

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.