I've realized that, with all the software I've written, all the cool experiments I've conducted with programming, and all the libraries I've ever spun together to "get the job done", I only have 3 CPAN modules. Three! Count 'em. One...Two...Three. Not much to show for 7 years of Perl development, eh? I must admit that most of my code during the first 4 years really stunk, the other 3 could probably have been better spent on module development, rather than the odd one-off.
Oh well, here's to a belated new-year's resolution: I'm going to work on more CPAN modules, either in fixing (and probably adding) bugs, adding features, or creating new modules that need creating.
Re:Not inadequate
NachoMan on 2004-06-11T14:33:35
My reply is remarkably old, so I apologize, but I feel I must clarify my original statements.
Basically, I'm not spinning out CPAN modules for the hell of it; I can't tolerate "Hero Coding". On the other hand though, my modules were very small and, to me, seemingly inconsequential ones. Maintaining them has been very easy, mainly because there isn't much to go wrong.
My original intention of this journal entry was to say that most of the code I've written could have been abstracted to a CPAN module, but wasn't. Instead of writing software with an eye towards reusability and "What might other developers use this for?", I would write code in a vacuum. So instead, I've begun spending extra time on my projects to build my code in a reusable fashion. If, after a few months, my module has matured and is still usable to me, I release it to CPAN. As it is I've only added one extra module to CPAN since this journal entry, but I feel it was worth the effort.
I have two other modules that I'm using at work which are still sitting on the sidelines, mainly because I don't think they're ready for public use yet.