From: Hongli L. <ho...@te...> - 2001-02-08 20:08:53
|
On Thu, 08 Feb 2001 20:14:16 Giovanni Corriga wrote: > Do you mean e.g using the same interface style and the same data structs > (mainly fileinfo)? Not exactly, but that would be a beginning. What I mean is trying to do as much as possible with just one codebase. So when you, for example, add a new field in struct fileinfo, you don't have to copy the implementation code from tarlib to tgzlib. Support tar and tgz with as little code as possible. |