the snazzy IDE is very handy when you're still learning the language and are writing programs one line at a time.

I'm sorry but I'm forced to respectfully disagree with this statement. IDE's are not a good idea for people who are still learning a language. I've said it before & I'll say it again - you never learn how to code faster than by doing hand to hand combat with the command line: be it with an REPL, interpreter, or compiler.

An IDE can become a crutch for someone still learning syntax - especially with code completion tools. For someone who knows what they're doing - they're power tools.

I know there are plenty of people who still say things like: "real men use vi" I too love vi. I use it all the time - at the command line, to do fast corrections or configurations. To do heads-down development I use IDE's. (I'm a big fan of Eclipse & I too use EPIC) Why? I have found that they can help me be more productive. If you don't find any benefit from using them - by all means don't. But neither should anyone begrudge someone else for finding their own benefit in practicing different ways. (Not that I'm accusing you of that. I'm speaking generally.)

Further, of late there has been more work done in the merging of Modelling applications with IDE's. In OOP circles these days you find more and more UML functionality actually being tied to code generators & parsers, rather than simply drawing tools. This is also something that could easily become a misleading distraction to a beginner, but represents a powerful toolset to senior developers and architects.



Wait! This isn't a Parachute, this is a Backpack!

In reply to Re^2: Perl in the Enterprise by gregor42
in thread Perl in the Enterprise by Scott7477

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.