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

Re^3: How to properly use modules?

by Anonymous Monk
on Apr 21, 2012 at 10:41 UTC ( [id://966341]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to properly use modules?
in thread How to properly use modules?

With abstractions :)

Turn each (or all) .pl into a distribution with scriptdist, remove (rm -rfv t) the stock test templates and add new ones with Test::XT and Test::Script

Once you got this in version control (git), write real tests for each program with Test::Script::Run

Once you got a complete/comprehensive test suite for each program, try refactoring, say by making modulinos , and making your code skimmable code

See also writing tests on modules, What is the best way to add tests to existing code?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-03-29 12:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found