This post originated from an RSS feed registered with Agile Buzz
by James Robertson.
Original Post: A needed break
Feed Title: Richard Demers Blog
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rademers-rss.xml
Feed Description: Richard Demers on Smalltalk
I've been working pretty diligently for the last two weeks on the new domain model for BottomFeeder. It turns out that a new domain model isn't enough (surprise?). Getting the user interface to use it is another HUGE bit of work. I have managed to migrate a lot of function from the UI to specific domain classes, but this means a lot more test cases for the domain classes. No, I'm not following a strict XP process, as this would make it too hard to complete anything. Instead, I add or change domain classes and then create a test cases that always executes "self should: false]." At least this way I have a record of what test case work to do. Right now, I have a LOT of test case work to do!