From: Ghislain Mary Date: 2005-06-08T07:12:24+09:00 Subject: Re: new article Hi, pat eyler a �crit : > Sorry for posting about my own article, but I'm interested in feedback, > recommendations for future topics, etc. IBM has just published an > article I wrote about doing test first development with Ruby: > > http://www.ibm.com/developerworks/edu/os-dw-os-ruby1-i.html > > (sorry, you need to sign in (free account) to read it). > > > I've got an opportunity to do some more writing for them (how much > more depends on how well received/popular the articles are), and I'd > love to get some feedback from the community about what kinds of > Ruby things I should be sending their way. > Sorry for the late reply but I didn't have the time to read this article before today. First, I'd like to say that I found this article very interesting and well written (easily understable by a newbie I think). But I have a question. The article is entitled 'Test-first programming with Ruby' but when talking about ZenTest you tell that it "can also work in reverse, loading a test suite and writing code stubs for every test" which corresponds to what this is all about. However the examples you are showing after that are examples to go from code to tests. Why didn't you show how to go from tests to code using ZenTest? Ghislain