Page 1 of 1

Congratulations!

Posted: Sun Dec 16, 2007 11:37 am
by consdel
I'd like to congratulate with Deluge developers for the excellent work they did and are doing!
That's the best linux torrent client that i ever used.
I'd like to ask them a couple of questions:
- when did deluge development start?
- what do you think of python? it increased your productivity?
- deluge is getting bigger and more complex: do you think that python is ok also for bigger projects developed by a team?

Re: Congratulations!

Posted: Sun Dec 16, 2007 8:08 pm
by markybob
consdel wrote:I'd like to congratulate with Deluge developers for the excellent work they did and are doing!
That's the best linux torrent client that i ever used.

thanks, glad you like it :)
consdel wrote:- when did deluge development start?
first version was released september 25, 2006
consdel wrote: - what do you think of python? it increased your productivity?
there are a few things in python that i find to be pretty irritating, but overall it's a great language for quick development
consdel wrote: - deluge is getting bigger and more complex: do you think that python is ok also for bigger projects developed by a team?
yeah, i think so. you just have to be sure that you split things up properly and dont have massive classes, etc.

Re: Congratulations!

Posted: Tue Dec 18, 2007 11:33 am
by consdel
markybob wrote:thanks, glad you like it :)
thanks to you :D
markybob wrote:there are a few things in python that i find to be pretty irritating, but overall it's a great language for quick development
which things?