Re: Managment of Python Libraries

2005-07-12 Thread Benji York
Joseph Chase wrote: > In the past, I have noticed that I have spent a lot of time managing my C++ > libraries. The main thing you need are good tests. -- Benji York -- http://mail.python.org/mailman/listinfo/python-list

Re: Managment of Python Libraries

2005-07-12 Thread Robert Kern
Joseph Chase wrote: > I am new to Python. > > In the past, I have noticed that I have spent a lot of time managing my C++ > libraries. When my personal frameworks got large enough, and some moving > around/refactoring was apparent, it was an absolute nightmare. > > As I embark on the wonderful