Bravo! Well said.

Looking back over my post, I realized that I had not said something else very important. I've also tended to use simpler idioms in code that is meant to be changed, such as configuration code.

In one particular past job, we had a really good group of people. The managers and various levels of programmer all understood that we are all learning. People had no problem asking each other for help or mentoring someone with less experience in a given area.

Unfortunately, that seems to be a rare case.

In that environment, however, my use of idiom became a way for some programmers to learn and to realize when they were out of their depth. I have been on the receiving end of code like that before, and sometimes it's really nice to know early that you will need to learn a lot before going in and making changes. Instead of assuming you know what's going on and diving in, and coming up for air two days later and realizing that you don't have a clue.

I also agree that it is amazing that people expect someone with a relatively small amount of training or experience to do effective work in programming immediately. Then, they are surprised that the results cannot be held to some engineering standard. But, our field is still relatively young.

G. Wade

In reply to Programming culture and Idiomatic Perl by gwadej
in thread Textual Analysis and Perl by cyocum

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.