Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Efficient programming

by jplindstrom (Monsignor)
on Dec 22, 2008 at 13:44 UTC ( [id://732069]=note: print w/replies, xml ) Need Help??


in reply to Efficient programming

If you start with correct, well named and well structured, you may have the opportunity to make it fast and efficient.

The opposite is rarely true.

So:

  • Write a test - to make it correct
  • Write some code - to make it work at all :)
  • Refactor - to make it well structured
  • Profile and Optimize - every once in a while to make it efficient

/J

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-18 22:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found