I have often noticed HR terms such as junior and senior-level programmer. Is the difference that they both know the language completely but one has more experience?

Or would you say that the difference is that one understand all parts of Perl but object-orientation? My feeling is that there really can't be anything such thing as a Junior programmer in Perl. Any such individual is safer called a "Cargo-cult programmer" or "cut-and-paste-programmer" and by-and-large you spend more time fixing their code than you would if you just wrote the code from scratch.

Also, I think there is a serious difference between a software developer and a software designer. To date, due to the nature of the job market, I have been forced to be both designer and programmer.

I have bought a few books on Design Patterns and OO Modeling, but I really never feel comfortable with the software architectures I create.

Currently, I am working for a dot-com which has hired out a major software architecture design firm to actually build the site. This is cool because they already have a framework for the Perl code I have to write --- I just have to write it.


In reply to What is a Junior Perl Programmer? by princepawn

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.