Re: [Pyobjc-dev] Re: [Pyobjc-checkins] CVS: pyobjc/Examples/Twisted/PackMan newpimp.py,NONE,1.1 Pack
Brought to you by:
ronaldoussoren
From: Donovan P. <ds...@ma...> - 2003-11-11 23:15:49
|
On Nov 11, 2003, at 5:45 PM, Ronald Oussoren wrote: > Just to give some useless feedback... Your implementation of packman > uses Twisted, but I wonder if this is the right thing to do. I fully agree with everything you said. The only reason this code depends on Twisted is that I know it really well, and it helped me get a working gui that loaded packages off the network in less than an hour. This project was really just meant as a "learn how to use interface builder and pyobjc better" bootstrap project for me, and I only checked it in because Bob wanted to be able to work on it with me. I fully intend to develop in such a way that swapping out the network layer should be possible. But at this early stage of implementation, having something that works with the least amount of code rather than something that works with the least amount of dependencies is more important to me at the moment, since I'm doing this in my incredibly limited spare time :-) Jack chewed me out for the same reason... I knew I would get some sort of flack for checking this in ;-) dp |