Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^7: What is YOUR Development Process?

by 5mi11er (Deacon)
on Nov 09, 2005 at 22:04 UTC ( [id://507228]=note: print w/replies, xml ) Need Help??


in reply to Re^6: What is YOUR Development Process?
in thread What is YOUR Development Process?

It looks as if your *actual* problem is figuring how to motivate one employee to get in the version control loop. Allow me to suggest some possible motivation techniques:
  • Money talks
    • If you are management, or can get management's backing offer to hire an intern who's job it is to simply check his code in for 1/2 the intern's salary. (ie. he's giving up half the intern's salary out of his own salary).
    • If you aren't management, offer to check his code in for him at $15 per instance, payable before checkin.
  • If he's not going to check things in correctly anyway, make it a process. He FTP's the files to the test server, someone else tests his code, provides feedback and if successful, the tester checks in the code

-Scott
  • Comment on Re^7: What is YOUR Development Process?

Replies are listed 'Best First'.
Re^8: What is YOUR Development Process?
by swiftone (Curate) on Nov 09, 2005 at 22:16 UTC
    That's certainly _a_ problem. Our largest. But currently the instance scripts, templates, and modules are all version controlled as individual files, with nothing linking them as one "application". We have no automated testing at rollout. etc. I'm reviewing what's out there to decide what works best for us.
      But currently the instance scripts, templates, and modules are all version controlled as individual files, with nothing linking them as one "application".

      One thing that has helped me do this is to treat everything as a CPAN distribution. I use Module::Build which is pureperl (unlike ExtUtils::MakeMaker which builds Makefiles). It's also completely extensible, though the documentation could use a little work. So, if each of your items is their own distro, you can have the actual app's Build.PL indicate that it depends on Foo, Bar, and Baz, each having a minimum version. It also allows you to verify all your CPAN installs, the Perl version, and anything else you might need. Then, you put the Build.PL into SVN and you're good to go.


      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?

Log In?
Username:
Password:

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

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

    No recent polls found