Search the web
Sign In
New User? Sign Up
testdrivendevelopment · Test-driven Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2911 - 2940 of 28238   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2911
... 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...
Laurent Bossavit
morendilfoo
Offline Send Email
Jan 1, 2003
9:44 am
2912
... 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 ...
bcr19374 <bcr19374@...>
bcr19374
Offline Send Email
Jan 1, 2003
2:39 pm
2913
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...
Charles Medcoff <cmed...
cmedcoff
Offline Send Email
Jan 2, 2003
10:54 pm
2914
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,...
Griffin Caprio
griffinc18
Online Now Send Email
Jan 2, 2003
11:21 pm
2915
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...
Griffin Caprio
griffinc18
Online Now Send Email
Jan 2, 2003
11:23 pm
2916
... 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...
Bill de hÓra
bdehora
Offline Send Email
Jan 3, 2003
3:31 am
2917
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...
darach_ennis <darach....
darach_ennis
Offline Send Email
Jan 3, 2003
5:38 am
2918
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...
Danil
danilsuits
Offline Send Email
Jan 3, 2003
6:07 am
2919
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...
C. Keith Ray
attkeithray
Offline Send Email
Jan 3, 2003
5:59 pm
2920
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...
Phlip
phlipcpp
Offline Send Email
Jan 3, 2003
6:53 pm
2921
Well, I've already failed to TDD this class. But I'm wondering how someone would have done it? Here's the code: import java.awt.Color; import...
bcr19374 <bcr19374@...>
bcr19374
Offline Send Email
Jan 3, 2003
8:25 pm
2922
From: <bcr19374@...> ... You failed because the TDD book does not cover user interfaces. They are an especially tricky library (but >just< a library)...
Phlip
phlipcpp
Offline Send Email
Jan 3, 2003
8:38 pm
2923
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...
darach_ennis <darach....
darach_ennis
Offline Send Email
Jan 3, 2003
9:51 pm
2924
Hi Darach, ... Another problem, probably less significant, is that the representation of the contract in your programming language may represent stuff that ...
Dale Emery <dale@...>
dalehemery
Online Now Send Email
Jan 3, 2003
10:13 pm
2925
Hullo Dale, all. ... contract. ... representation ... that ... Yip! That brings up another point I think I missed in the response. I guess a contract as...
darach_ennis <darach....
darach_ennis
Offline Send Email
Jan 3, 2003
11:37 pm
2926
... <bcr19374@...> ... <snip> I found this article by Bill Wake very informative regarding this: http://www.xp123.com/xplor/xp0001/index.shtml It's also...
Christopher Barham
ccbarham
Offline Send Email
Jan 4, 2003
2:40 pm
2927
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...
Send Email
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...
Send Email
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...
Phlip
phlipcpp
Offline Send Email
Jan 6, 2003
11:32 pm
2930
The subject line gave me a good chuckle when I heard it. John Carter Phone : (64)(3) 358 6639 Tait Electronics...
John Carter
refactored
Offline Send Email
Jan 7, 2003
12:04 am
2931
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_ennis <darach....
darach_ennis
Offline Send Email
Jan 7, 2003
9:32 am
2932
Darach, ... and ... What you write about test driven DBC sounds full of good ideas for unifying two valuable approaches for building quality software. Maybe ...
Johannes Link <john.l...
jlinkyh
Offline Send Email
Jan 8, 2003
8:52 am
2933
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...
darach_ennis <darach....
darach_ennis
Offline Send Email
Jan 8, 2003
9:27 am
2934
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...
Paul Michali
pc_michali
Offline Send Email
Jan 8, 2003
5:47 pm
2935
... 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...
jhrothjr <yahoogroups...
jhrothjr
Offline Send Email
Jan 9, 2003
5:57 pm
2936
... Are you refactoring or re-implementing? ... algorithm ... it was ... algorithm that ... that several ... I think you could refactor "almost" all the way...
Bill Wake <william.wa...
wwake2
Offline Send Email
Jan 9, 2003
8:11 pm
2937
... 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...
Paul Michali
pc_michali
Offline Send Email
Jan 10, 2003
4:03 pm
2938
... 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...
Paul Michali
pc_michali
Offline Send Email
Jan 10, 2003
4:29 pm
2939
... region) { ... svIter.next()); ... contribVersion.name()); ... region, ... I'm afraid I don't have any deep insight, but just a few suggestions that may...
Bill Wake <william.wa...
wwake2
Offline Send Email
Jan 11, 2003
5:04 pm
2940
... 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...
Paul Michali
pc_michali
Offline Send Email
Jan 12, 2003
11:38 pm
Messages 2911 - 2940 of 28238   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help