Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Adding Unit tests to the development cycle

by dragonchild (Archbishop)
on May 26, 2006 at 17:15 UTC ( [id://551911]=note: print w/replies, xml ) Need Help??


in reply to Adding Unit tests to the development cycle

leocharre is correct in that tests reduce development time in the long run, but it also reduces development time in the short term. By writing a test, you figure out how the code you're about to write is intended to be used. That will help focus your thoughts.

Basically, something that takes 5 days without tests will generally take 3 days with tests, including the time to write tests.


My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re: Adding Unit tests to the development cycle

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-25 17:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found