in reply to Limits of module functionality

Perhaps you should ask yourself some questions about how you plan on using it. Would you find it helpful to be able to:

If I were writing it, I'd give it only as much functionality as I would need. You can always update it in the future.

Updated: perlplexer has a better idea below!

Replies are listed 'Best First'.
Re: Re: Limits of module functionality
by benn (Vicar) on Apr 11, 2003 at 16:37 UTC
    Well in that case, it's finished then... <g> No - this is all useful. I think I'm probably thinking more in terms of other people - I already have the 'split a file into bits' or 'write some MIDI data' bits of code in various test routines etc. - I'm more trying to work out how much of that stuff I should bother putting into a nice 'clean' module.

    Cheers,
    Ben

      I've never even seen an ABC file but if I saw the module on CPAN, I'd find some just to test it out. Go "whole hog"!