To add to this statement:
Doesn't matter what one's personal preference is, as an industry trend, I recognize that languages with nice IDE attract programmers and their leaders/managers much easier.
Developer tools that speed up development make developers happy. If I can use a tool that helps me move functions around, great. It saves me time w/ refactoring. Autocomplete is nice, 'cause though I type 80wpm, I can't remember every (*&$#@ function name in some languages, like php, or java.

POD is neat 'cause it's anywhere-readble documentation so long as it's written. JavaDoc requires a webbrowser or an IDE. Fun fun fun if you are using only vim. Yes, i've done java on the command line, no it was for tweaking things.

----
Give me strength for today.. I will not talk it away..
Just for a moment.. It will burn through the clouds.. and shine down on me.


In reply to Re^2: Perl Needs Better Tools by exussum0
in thread Perl Needs Better Tools by itub

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.