info-cvs
[Top][All Lists]
Advanced

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

RE: Am I wrong?


From: Greg A. Woods
Subject: RE: Am I wrong?
Date: Mon, 25 Jun 2001 21:52:51 -0400 (EDT)

[ 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]