On Tuesday 05 June 2001 09:55, Curtis Poe wrote:
> --- David Labatte <[EMAIL PROTECTED]> wrote:
> > If the scripts live on the same server and you can modify them at
> > will, then why not just unify them into one script?  That would seem
> > to be the simplest solution, and the one I would try first.
>
> I would think carefully before doing that.  It might be the best solution,
> but what if one of the scripts offers a universal functionality that 30
> other scripts might need?  Incorporating it into the same script might seem
> like a convenient short-term solution, but violates the concepts of
> "software reuse".
>
> Cheers,
> Curtis Poe
>
>
> =====
> Senior Programmer
> Onsite! Technology (http://www.onsitetech.com/)
> "Ovid" on http://www.perlmonks.org/

If software reuse is important put all the function that you want to reuse 
into their own Perl module and call the module within the scripts that need 
the functions

Greg

>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year!  http://personal.mail.yahoo.com/

Reply via email to