Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Code Maintainability

by dws (Chancellor)
on Dec 07, 2008 at 06:32 UTC ( [id://728666]=note: print w/replies, xml ) Need Help??


in reply to Code Maintainability

Want to write maintainable code? Then learn the unit testing frameworks and use them.

The act of writing tests against your code can flush out a lot of nonsense. The act of writing tests first, before you write production code, can flush a lot of nonsense out of your design.

Having good tests improves the chances that whoever picks up the code next won't break something and not realized it. That's maintainability.

Beautiful code but no tests? You're only halfway there.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-24 15:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found