I ... have just recommended a project with the recommendation to use Java where Perl would have sufficed. Betraying Perl like this to broaden my skill set is a terrible burden.

Technical decisions don't exist in a vacuum, and they rarely serve a single goal. When evaluating two technologies that are good enough (all other things being equal), there's no sin in selecting the one that enhances your (or the group's) skill base.

In any project, there are multiple goals being pursued. One goal is "ship the project". Another goal is "leave us set up for the next project". (This latter goal is one reason why projects bother to record so many intermediate artifacts.) Individuals who don't pursue a secondary goal of getting into shape for the next project soon find themselves moved into a technological backwater.

Things go awry when people don't balance the primary goal of shipping the current project with the secondary goal of setting up for the next one. On one extreme, you can stick with tools you're familiar with, arguing that they're "best", and avoid picking up new tools that are good enough. This way leads to stagnation. On the other extreme, if you always pursue new tools, you may never ship.


In reply to Re: Loyalty, Personal gain or Professional Integrity by dws
in thread Loyalty, Personal gain or Professional Integrity by hakkr

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.