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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 15438 - 15467 of 32000   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15438
which articles? pointers? Jtf ... -- http://www.developertesting.com/...
Jeffrey Fredrick
frogstar
Online Now Send Email
Apr 1, 2006
3:49 pm
15439
... The abstractions made the code clearer to me. I think the code by intent seems perfectly clear... after you've invested the time to understand it....
Jeffrey Fredrick
frogstar
Online Now Send Email
Apr 1, 2006
3:49 pm
15440
From: "Jeffrey Fredrick" <jeffrey.fredrick.at.gmail.com@...> To: "testdrivendevelopment@yahoogroups.com" ...
yahoogroups@...
jhrothjr
Offline Send Email
Apr 1, 2006
5:07 pm
15441
... These are the ones I was referring to: Mining the Bowling Game Ron Jeffries 03/06/2006 A TDD demonstration of the Bowling Game suggested that there is ...
Ron Jeffries
ronaldejeffries
Offline Send Email
Apr 1, 2006
5:59 pm
15442
... Yes. I think it also makes pretty good sense in something like if (frameIsSpare()) return tenPlusNextRoll(); ... Well, I'd make two observations: First,...
Ron Jeffries
ronaldejeffries
Offline Send Email
Apr 1, 2006
6:18 pm
15443
"The bowling game" is just a scoring algorithm. And a fairly simple one at that. What if there are 100 pins and 50 players and the balls hitting pins were...
Keith Ray
attkeithray
Offline Send Email
Apr 1, 2006
6:59 pm
15444
Hi everyone, I am new in the world or agile development. In what (real world) situations would it be advantageous to use TDD and what situations would it be...
Asim Karim
asimkarim
Offline Send Email
Apr 1, 2006
7:31 pm
15445
... TDD is an implementation technique. (Preferrable to endless debugging.) FDD is a requirements gathering technique, right? Sounds like they would fit...
Phlip
phlipcpp
Offline Send Email
Apr 1, 2006
7:55 pm
15446
... It might. I wonder whether most of the programs folks actually write would be more like that OO game, or more like a bunch of little objects with procedure...
Ron Jeffries
ronaldejeffries
Offline Send Email
Apr 1, 2006
9:01 pm
15447
... The two are not the same kind of thing. TDD is an approach to coding, FDD is a software development methodology. Ron Jeffries www.XProgramming.com Perhaps...
Ron Jeffries
ronaldejeffries
Offline Send Email
Apr 1, 2006
9:03 pm
15448
Hi Jeff Some additional comments I'd like to add ... One thing that was interesting is that I refactored the procedural code to the "OO" code without adding...
Shane Mingins
shanemingins
Offline Send Email
Apr 2, 2006
9:22 am
15449
... It's possible that it does, in the sense that more object-oriented solutions seem not to be as desirable as one would wish them to be. It could be due to...
Ron Jeffries
ronaldejeffries
Offline Send Email
Apr 2, 2006
10:27 am
15450
From: "Ron Jeffries" <ronjeffries.at.XProgramming.com@...> To: "testdrivendevelopment@yahoogroups.com" ...
yahoogroups@...
jhrothjr
Offline Send Email
Apr 2, 2006
2:37 pm
15451
... From: "Keith Ray" <keith.ray@...> ... Don't forget later versions of ModSim :) I loved that environment back in college on the IBM RISC machines....
Jim Bennett
jtbennett77
Offline Send Email
Apr 2, 2006
2:52 pm
15452
(we apologize if you receive multiple copies of this message) Agile Open - www.agileopen.net 27 and 28 April 2006 Elewijt Center, Mechelen, Belgium Hi, We wish...
Marc Evers
m_j_evers
Offline Send Email
Apr 2, 2006
6:49 pm
15453
... No? Most discussions of TDD I've seen talk about steps like: 1. Write a test. 2. Write the code to make it work. 3. Refactor the code to make it right. 4....
Jeffrey Fredrick
frogstar
Online Now Send Email
Apr 3, 2006
4:50 am
15454
"sense the forces around us"... I like that phrase. some of those forces are our context, our experience and our habits and I've no doubt that my preferences...
Jeffrey Fredrick
frogstar
Online Now Send Email
Apr 3, 2006
5:19 am
15455
Please bear in mind that this is from a TDD neophyte... one way to start would be to TDD the custom methods in the class you will write to implement...
akohli2000
Offline Send Email
Apr 3, 2006
7:40 am
15456
Hi, I have just started looking at fitnesse. From the examples that come with Fitnesse, I was able to test a ColumnFixture table that looked like below. ...
anand118
Offline Send Email
Apr 3, 2006
7:40 am
15457
Hello, I'm writing a candidate dissertation about test-driven development at my university and I would like to ask for some opinions and pointers to articles...
Nikita Zhuk
zhuk_n
Offline Send Email
Apr 3, 2006
7:40 am
15458
Kelly, Have you considered defining an interface around the event that is exposed by the MenuItem? It seems this might help abstract this functionality and...
nparker575
Offline Send Email
Apr 3, 2006
7:41 am
15459
Hello I am fairly new to TDD and Smalltalk and looking for a tutorial that describes the cycle (write test, write code, write another test ...) from within a...
Enrico Schwass
onkelenno
Offline Send Email
Apr 3, 2006
7:42 am
15460
Ron wrote a series on TDD'ing the Bowling Game http://www.xprogramming.com/xpmag/BowlingForSmalltalk.htm HTH Shane ... -- Shane Mingins [Non-text portions of...
Shane Mingins
shanemingins
Offline Send Email
Apr 3, 2006
7:46 am
15461
... Thorough TDD should give you 100% verifiable test coverage without a single 'white-box-test' - identify the functionality of the unit to be written ... I...
Gishu Pillai
gishu_pillai
Offline Send Email
Apr 3, 2006
8:51 am
15462
Last night I was writing something to be published first on my blog as an idea, and then in a book I am working on: Test driven development: tests and code as...
Dan Bunea
danbunea
Online Now Send Email
Apr 3, 2006
9:17 am
15463
Hi Amit. Thanks for the reply - it at least strenthengn my current opinion that while unit-testing the HTTPModule wouldn't hurt, it seems like the bulk of...
avinap77
Offline Send Email
Apr 3, 2006
9:30 am
15464
Take a look at Castle.MonoRail.TestSupport What is done there is basically hosting the runtime and generating fake requests. ... From: "avinap77"...
Ayende@...
ayende_tdd
Offline Send Email
Apr 3, 2006
9:37 am
15465
... ;-> ... Yes. Another interesting question, and a difficult one, is whether and how it will improve the /project/. ... Yes. That's what makes the silly...
Ron Jeffries
ronaldejeffries
Offline Send Email
Apr 3, 2006
11:54 am
15466
... There are these ... Discovering Better Code: Bowling For Smalltalk Ron Jeffries 12/19/2004 After a long time away, I had occasion to start using Smalltalk ...
Ron Jeffries
ronaldejeffries
Offline Send Email
Apr 3, 2006
12:03 pm
15467
... You need to set the path to the location of the package e which contains package g which contains class multiply, using your above example. There is also a...
Cory Foy
cory_foy
Offline Send Email
Apr 3, 2006
12:33 pm
Messages 15438 - 15467 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