Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: What is a good, straightforward Perl with Mysql development environment?

by talexb (Chancellor)
on Aug 05, 2019 at 19:17 UTC ( [id://11103985]=note: print w/replies, xml ) Need Help??


in reply to What is a good, straightforward Perl with Mysql development environment?

All good suggestions so far, but I haven't seen any discussion about test suites. Ideally your code is separated into modules, each one with a decent set of tests, both unit tests (tests for modules as standalone units) and integration tests (tests for the modules working together).

It's also a good thing if perlcritic is reasonably happy with your code base.

If you have a way to stage your code in such a way that it's as close to the production environment as possible, great -- that'll give you an opportunity to road-test your code (after all the tests pass and code review).

Probably the most important thing has already been mentioned -- get your code into a VCS, and make sure you have a really good handle on exactly what version is currently running in production.

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

  • Comment on Re: What is a good, straightforward Perl with Mysql development environment?
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11103985]
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 22:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found