[ 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 <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Planix, Inc. <[EMAIL PROTECTED]>; Secrets of the Weird <[EMAIL PROTECTED]>
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs