Re: [Tutor] Please review my code

2011-09-16 Thread Emeka
Hello Alan, My bad, I have added the missing folder. To all, please make out time and review my code. I would like to have your comments. https://github.com/janus/Text-Twist Regards, emeka On Fri, Sep 16, 2011 at 1:20 PM, R. Alan Monroe wrote: > > > It was only tested on a Windows Box, but I

Re: [Tutor] Please review my code

2011-09-16 Thread R. Alan Monroe
> It was only tested on a Windows Box, but I see no reason why it would not > work on Unix family. https://github.com/janus/Text-Twist > I need you comments. I think you forgot to upload some needed images along with the python code: ['abase', 'abased', 'abed', 'ads', 'baa', 'baas', 'bad', 'bade

Re: [Tutor] Please review my code - a simple iterator thingy to make round-robin pairings

2005-12-12 Thread Pekka Karjalainen
Thank you for the response, Danny! On 12/12/05, Danny Yoo <[EMAIL PROTECTED]> wrote: > > One thing you can add is unit tests to see that your program is doing what > you expect. There's a great example of how unit tests work in Mark > Pilgrim's "Dive into Python": > > http://diveintopython.or

Re: [Tutor] Please review my code - a simple iterator thingy to make round-robin pairings

2005-12-12 Thread Danny Yoo
On Mon, 12 Dec 2005, Pekka Karjalainen wrote: > I hope my code and comments are clear enough for you to work out what I > want to do. Please review my code, my commenting and give some advice on > how to use the testing module. This is a fairly trivial example, but I'd > like to learn how to mak