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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12325 - 12355 of 32000   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12325
... Wait.. I'll try to imaging how this looks: (using vb-style pseudocode. Hope this is readable) ... // loop through each possible input: for currTestInput =...
avinap77
Offline Send Email
Nov 1, 2005
10:16 am
12326
David, I've been thinking of posting a related question for some weeks (the list archives don't seem to show this one having been addressed in great detail ...
Al Chou
HotFusionMan
Offline Send Email
Nov 1, 2005
5:11 pm
12327
... Owen, Given the simplicity of FileExists, coupled to the file system or not, are there any more motives you can share for why you prefer to create a new ...
Nicholas Robinson
fromconcept
Offline Send Email
Nov 1, 2005
6:47 pm
12328
As I posted my previous reply, I saw your last statement regarding exceptions and I agree, at that point endo-testing *is* required. Until that point, I...
Nicholas Robinson
fromconcept
Offline Send Email
Nov 1, 2005
6:49 pm
12329
Al, I have a similar set of code, but I keep it in a common superclass of all my executables: class Executable def self.inherited(subClass) at_exit do if $0 =~...
David Saff
dsaff
Offline Send Email
Nov 1, 2005
8:26 pm
12330
... Do you have a name you like to use for the repeated cycle of "getting legacy code ready for TDD" and TDD, applied one test at a time? David Saff...
David Saff
dsaff
Offline Send Email
Nov 1, 2005
8:53 pm
12331
... Carl, I see your point about the required tests, but is it normal to pick the tests **after** refactoring? I thought the test should be written before any...
avinap77
Offline Send Email
Nov 1, 2005
9:12 pm
12332
Hi, Avi, ... I'm sorry to be the one to say, "you shouldn't get there if you've been doing TDD all along," which people have recently complained about on this...
Carl Manaster
cmanaster
Offline Send Email
Nov 1, 2005
9:40 pm
12333
... [snip] ... I think that the "number of tests before refactoring" question is mostly a matter of personal taste (and common sense to some degree). If I'm ...
Brandon Hunt
brandonh6k
Offline Send Email
Nov 1, 2005
9:43 pm
12334
Well, someone on this thread asked about "how did the code get this way?" Well, I have a partial answer, at least in my case. After maybe a week and a half of...
Anderson, Kelly
kellycoinguy
Online Now Send Email
Nov 1, 2005
9:52 pm
12335
I wonder if you could change the code to make just one of the 2^^35 tests fail... :-) Without being obvious about it I mean... -Kelly ...
Anderson, Kelly
kellycoinguy
Online Now Send Email
Nov 1, 2005
9:57 pm
12336
... Yeah, I just found this thread. I agree with you Charlie. I don't think that there's much different about doing TDD in legacy code except that you have...
Michael Feathers
mfeathers256
Offline Send Email
Nov 1, 2005
10:19 pm
12337
Hi David, ... No, I don't... at least nothing more than "working with legacy code" [I can understand why people might want to call the whole thing TDD, and in...
Charlie Poole
cpoole98370
Offline Send Email
Nov 1, 2005
11:57 pm
12338
Hi Michael, ... So what would be some of the characteristics that make this hard? That make it easier? Charlie...
Charlie Poole
cpoole98370
Offline Send Email
Nov 2, 2005
12:00 am
12339
Thanks, Out of curiosity, was there anything in particular about ASM that made it harder to test?...
eric_crahen
Offline Send Email
Nov 2, 2005
8:03 am
12340
hi nick, ... thanks for your question -- it gives me an opportunity to clarify what i was trying to say. a couple of things: - i wasn't advocating *always*...
Owen Rogers
exortech
Offline Send Email
Nov 2, 2005
8:03 am
12341
Hi Owen, ... That makes sense, thanks for clearing it up for me. ... Yes, I can see that if a system is heavily dependant on the file system, there will be a...
Nicholas Robinson
fromconcept
Offline Send Email
Nov 2, 2005
8:25 am
12342
Consider the following scenario (it's been discussed in a recent thread): While refactoring, we extract a collaborator class. Since it's been extracted as part...
avinap77
Offline Send Email
Nov 2, 2005
8:32 am
12343
You have my sympathy :-) p.s. what kind of feedback do you get from management after doing so much preperation work for so little "actual TDD work"? Do you...
avinap77
Offline Send Email
Nov 2, 2005
8:39 am
12344
100% I think I'm getting the idea. Thanks, - Avi ... to ... about ... as I ... and ... what ... are ... of ... need ... to ... (since ... etc). ... up ... take...
avinap77
Offline Send Email
Nov 2, 2005
8:42 am
12345
... I certainly wouldn't sell it as an overhead. :¬> Cheers, Tim Haughton...
Tim Haughton
haughtontim
Offline Send Email
Nov 2, 2005
9:16 am
12346
Whilst TDD may appear to create an overhead in terms of time, usually what happens is a re-assignment of time and hopefully a reduction in time..... ...
andrew.p.mcdonagh@...
andy_ipaccess
Offline Send Email
Nov 2, 2005
10:48 am
12347
... I think that one thing that would help is allow special visibility for tests. When you are running tests, you shouldn't be restricted to production code...
Michael Feathers
mfeathers256
Offline Send Email
Nov 2, 2005
11:00 am
12348
... For our test factoring project ( http://pag.csail.mit.edu/~mernst/pubs/test-factoring-ase2005-abstract.html ), we manipulate the JDK and a Java codebase so...
David Saff
dsaff
Offline Send Email
Nov 2, 2005
1:52 pm
12349
Avi, There's a nice parallelism here, and it begins to bring in Michael Feather's 'method use rule' (posted here 7/14/05): "If you are going to use a method,...
David Saff
dsaff
Offline Send Email
Nov 2, 2005
2:12 pm
12350
I didn't bother justifying it to anyone. I just did it. I am expected as a computer professional to use my best judgement in getting my job done. If that means...
Anderson, Kelly
kellycoinguy
Online Now Send Email
Nov 2, 2005
4:40 pm
12351
I am a technical recruiter and an extremely large and important client of ours has begun a big push towards Test Driven Devlopment. Almost every developer...
rfergusontech
Offline Send Email
Nov 2, 2005
5:15 pm
12352
Eric, Ack. There was an essential bit of punctuation there that inverted the meaning of my phrasing. I wrote "This is using BCEL (don't: use ASM, I'm wiser...
David Saff
dsaff
Offline Send Email
Nov 2, 2005
7:07 pm
12354
Looking for discussion lists for customer acceptance tests (Fit, Fitnesse, etc)...
Robert Hanson
mvarobert1
Offline Send Email
Nov 2, 2005
8:27 pm
12355
... There is a Fitnesse Yahoo Group list: http://groups.yahoo.com/group/fitnesse The FIT and FIT-Library user lists are available from the respective ...
Cory Foy
cory_foy
Offline Send Email
Nov 2, 2005
8:41 pm
Messages 12325 - 12355 of 32000   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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