Watts Humphrey on CPAN

jdavidb on 2002-09-04T13:36:57

From A Discipline For Software Engineering, the main guide to the Personal Software Process, by Watts S. Humphrey:

Standard software parts can be developed and will be used, ... A suitably rich variety of available reusable parts can greatly improve development quality and productivity. You should thus thoroughly familiarize yourself with the standard parts that are available to you and consider using them in your designs. [emphasis added]

One of the most important links on my Mozilla toolbar is search.cpan.org's recent modules page, now improved and better than ever. I realized long ago I could never familiarize myself with everything on CPAN, but if I looked at new modules every day, I would begin to have a good grasp of what's out there. Sometimes when I write a program I go check CPAN to see if anything can help me, but more often than not, I draw on my knowledge of some interesting module I installed and toyed with a few weeks back.

Speaking of trying out new modules, I've recently learned XML::SAX, written my first not tiny LWP program, and started looking at SOAP. I'm sure a use for these will present itself some time in the next few weeks. :)


I agree

lachoy on 2002-09-04T19:35:22

In addition, following the recent CPAN uploads every few days, even if it's just for 30 seconds or so, is a great idea sparker.

get a daily list of updates via email

wickline on 2002-09-05T04:03:35

cpan-daily@theoryx5.uwinnipeg.ca

it's a majordomo list, so probably send to

        cpan-daily-request@theoryx5.uwinnipeg.ca

a message with a body containing

        subscribe

subject not relevant ...or if your browser allows, just click here
-matt

Re:get a daily list of updates via email

merlyn on 2002-09-05T06:48:41

daily-news at lists.perl.org also has the new released modules in a daily form, along with anything else interesting from here!