Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: The three virtues of Perl are CONFLICTING!

by quidity (Pilgrim)
on Dec 10, 2000 at 23:11 UTC ( [id://45963]=note: print w/replies, xml ) Need Help??


in reply to The three virtues of Perl are CONFLICTING!

Laziness

A programmer does not want to type anything more than is absolutely required (where the value of required depends on your circumstances). This means they like reusable components, like modules, subroutines or even a quick way to write a loop over the elements of an array.

Impatience

A programmer wants to do things now, quickly and doesn't want to spend ages implementing a solution to a problem. This is closely related to laziness.

Hubris

Pride in a job well done. A programmer does not want to produce shoddy tools, he want his programs to Do the Right Thing and be bug free. This might seem to conflict with the other two, but it doesn't, not when you think about it.

Once you've finished your program (ie. once it can send email), you can stop writing it. A program isn't finished until all the bugs are squashed (hubris) and you want this to happen as quickly as possible (impatience) through the minimum of work (laziness). See?.

  • Comment on Re: The three virtues of Perl are CONFLICTING!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://45963]
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: (4)
As of 2024-04-19 05:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found