Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Perl in the Enterprise

by gregor42 (Parson)
on May 23, 2006 at 14:59 UTC ( [id://551169]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl in the Enterprise
in thread Perl in the Enterprise

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!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://551169]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-25 14:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found