I use Perl for almost all of my scripting needs, even in cases where a simple .bat or .sh file would suffice. These scripts usually only benefit me or my co-workers during development, and customers never see these scripts.

When it comes to deciding on a technology that our customers will use, that should be left to what's best for the project. We've proposed one technology because we were interested in learning it (Java), but in the end we went with another (C++) because most of us have 10+ years experience in it, and performance is a critical requirement of the project. As tempting as it was, we should *never* have considered it. Developer skill development should not be considered when choosing technology for a customer.

The choice of technology should not be based on personal opinions, but on the needs of the project. However, developer experience with said technology should always be considered.

Phemur


In reply to Re: Loyalty, Personal gain or Professional Integrity by Phemur
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.