Module system and source tree reorg

Dave Peticolas dave@krondo.com
03 Aug 2001 16:34:14 -0700


On 25 Jul 2001 10:46:30 -0500, Bill Gribble wrote:
> General principles:
> 
> 1. Modules are the basic organizing unit for the code.  All the code
> needed for a module goes in one place, separate from the code for
> other modules.  In my source tree, this is in subdirectories of
> src/modules/ but eventually it's my goal that *all* of gnucash should
> be in modules, so maybe we should just put modules in top-level
> subdirs of src/

Yes, please, if we're putting everything in modules, let's not
add an extra directory in the path.

dave