info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Am I wrong?


From: Delos Nash
Subject: RE: Am I wrong?
Date: Tue, 26 Jun 2001 07:45:02 -0700

Thanks.
I understand what you were saying now.
Have a good day.

Del Nash

-----Original Message-----
From: address@hidden [mailto:address@hidden
Sent: Monday, June 25, 2001 6:53 PM
To: Delos Nash
Cc: address@hidden
Subject: RE: Am I wrong?


[ On Monday, June 25, 2001 at 15:26:45 (-0700), Delos Nash wrote: ]
> Subject: RE: Am I wrong?
>
> Could you explain?
> Yes I've heard of Libraries, but I don't understand your reference...

Shared code should be modularised, documented, and put in a library.

You can then manage it as a separate product (even if only internally),
including whatever level of release management is appropriate.

Then the libraries can be compiled and installed on every development
platform (just like any other development tool or resoruce), and all the
other code that "shares" the library code can simply link against it.

Doing this will undoubtably upset any programmers who haven't yet fully
understood the impact of "sharing" modules with other projects, but
that's a *good* thing in the long run!  :-)  The library approach is a
very real representation of what they've got to do anyway.

-- 
                                                        Greg A. Woods

+1 416 218-0098      VE3TCP      <address@hidden>     <address@hidden>
Planix, Inc. <address@hidden>;   Secrets of the Weird <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]