Trent W.Buck writes: > Fri May 8 12:08:00 EST 2009 Trent W. Buck <[email protected]> > * Move tools/ to contrib/. > > In other projects where I've seen a "tools" directory, it contains > utilities used during build, rather than by end users.
In Python, the convention is that "Tools" are used by developers (style checkers, profile analyzers, etc). > I think convention is to put handy little end-user utilities in a > directory called "contrib". This also indicates that they aren't > maintained as actively as the rest of the code. This last is the more important issue, IMO. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
