... So you know more today than you did yesterday. Good news about today, as Ron might say, not bad news about yesterday. What does the method look like now...
... today, ... method ... The second version I posted yesterday is what's currently in the code. I hadn't actually thought the the hasGangs() method until I ...
Reading through most of this thread and summurizing one can almost conclude that if you have a (web) application that does little more than provide a user...
I think that's about 50% true/ 50% false. You can accomplish qua lotalot in the lower layers of your application with the xUnit testing framework. However,...
Please excuse the last reply, my spell checker went nuts. I think that's about 50% true/ 50% false. You can accomplish quite a lot in the lower layers of your...
... Well, aside from the fact that web is the ultimate expression of CRUD... yes and no. Yes because like it or not testing web (esp HTML) interfaces requires...
Hullo all. Brief delurk from hell... ... practice, less ... I live in a DBC world and have used TDD succesfully in that regard almost daily for about 2 years...
Disclaimer: I've no professional experience with this - I'm just playing the home game. <quote> You're forgetting that they also serve as examples of expected...
Some misinformation about XP is on <http://www.codeguru.com/forum/showthread.php?threadid=222466> One of the posters states that a C++ class designed...
From: "C. Keith Ray" ... then ... doesn't ... 0. Obeys the ground rules and "sane subset" of your language. ... Gods bless C++ programmers who feel pride in...
From: <bcr19374@...> ... You failed because the TDD book does not cover user interfaces. They are an especially tricky library (but >just< a library)...
Hullo guys. I'm not sure whether I can shed light on this but I can offer some opinions if that helps... ... to ... The contract does 'know' the contract...
Hi Darach, ... Another problem, probably less significant, is that the representation of the contract in your programming language may represent stuff that ...
Hullo Dale, all. ... contract. ... representation ... that ... Yip! That brings up another point I think I missed in the response. I guess a contract as...
... <bcr19374@...> ... <snip> I found this article by Bill Wake very informative regarding this: http://www.xp123.com/xplor/xp0001/index.shtml It's also...
Enter your vote today! A new poll has been created for the testdrivendevelopment group: In your opinion, is the TDD methodology more, equally, or less ...
testdrivendevelopment...
Jan 6, 2003 11:13 pm
2928
Enter your vote today! A new poll has been created for the testdrivendevelopment group: In your opinion, is the TDD methodology more, equally, or less ...
testdrivendevelopment...
Jan 6, 2003 11:15 pm
2929
Thanks. But... ... You should have had an entry called "Order of Magnitude More Effective" -- Phlip http://www.greencheese.org/LucidScheming -- Shock Value...
Hullo all. I've just tried out TDD as a method to 'debug up' a framework into existance for I18N testing on a spike i'm on at work. And it's worked pretty...
Darach, ... and ... What you write about test driven DBC sounds full of good ideas for unifying two valuable approaches for building quality software. Maybe ...
Hullo Johannes, ... Maybe ... small ... I can do better than that... I'll draft an article and post it to the group for review (with an example) in a week or...
Hi all. I'm trying to learn how to do things Test First on a small tool project and I've hit a problem where I couldn't figure out how to proceed, so I fell...
... It took me a couple of reads to figure out what you were trying to ask! Clearly, you're not in an XP environment, because the problem you're trying to...
... Are you refactoring or re-implementing? ... algorithm ... it was ... algorithm that ... that several ... I think you could refactor "almost" all the way...
... I'm trying to use some XP techniques, but I doing this solo. My focus is more on learning about Test-First, by trying to do it with a small tool...
... Yes :^) I started refactoring, but thought that I could, for one very messy part of the program, try re-writing that piece and swap it in to see if it...
... region) { ... svIter.next()); ... contribVersion.name()); ... region, ... I'm afraid I don't have any deep insight, but just a few suggestions that may...
... Let me annotate the example a bit to try to explain the difficulty I'm having with the external system calls... ... I pass in an Owner object that...