Search the web
Sign In
New User? Sign Up
growing-oo-software-guided-by-tests · Growing O-O Software, Guided by Tests
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics   (List as Individual Messages) Messages Latest Post

Hi, I bought the book and want to work on the examples from the Sniper Auction, where is the source code for the book? Cheers h....
2 Nov 11, 2009
10:32 am

Steve Freeman
smg_freeman
Offline Send Email

... Irrespective of the quibbling on the TDD list, I saw the diagram http://www.mockobjects.com/book/figures/listening-to-tests.png and found it a little...
5 Sep 3, 2009
4:40 pm

Nat Pryce
nat_pryce
Offline Send Email

When will we see it in print? Thanks Pete...
3 Aug 17, 2009
6:32 pm

Pete Keller
pete_keller
Offline Send Email

Other minor typo in Chapter 8. Building on Third-Party Code, paragraph "Only Mock Types That You Own": To develop against *an* third-party API... Seems to me...
2 Aug 6, 2009
1:43 pm

Steve Freeman
smg_freeman
Offline Send Email

Hi all. There's now quite a few people in this group, some of whom we don't know (or we don't recognise your Yahoo IDs). Time for introductions! Please...
29 Aug 5, 2009
12:15 pm

Pietro Di Bello
pierodibello
Offline Send Email

Hi all, I think I've found two typos in chapter 1. In the Testing End-to-End paragraph, the last statement is:The result is a more difficult release cycle than...
1 Aug 5, 2009
12:09 pm

Pietro Di Bello
pierodibello
Offline Send Email

Nat and I can't agree on some of the code highlighting, so we need some other opinions. The question is whether class/method highlighting (using bold) is...
9 Aug 4, 2009
4:16 pm

aman kohli
akohli
Offline Send Email

Pdf version 7 july 2009.I created an Eclipse 3.4.2 project for the code of chapter 11 (with JUnit 4.4 on the class path) 1) Class AuctionSniperDriver. A) In...
4 Jul 22, 2009
7:14 pm

Steve Freeman
smg_freeman
Offline Send Email

§1 Unclear conclusions in "Value Types". You write at the end of "Value Types" "We find that the discovery of value types is usually motivated by trying to...
2 Jul 19, 2009
11:18 am

Steve Freeman
smg_freeman
Offline Send Email

JUnit's version which come with Eclipse 3.4.2 is 4.3. The method assertThat does not exist in the class Assert of JUnit 4.3 but it exists in MatcherAssert....
2 Jul 14, 2009
10:07 am

Steve Freeman
smg_freeman
Offline Send Email

Many of the SVP reviewers weren't happy with the tests that use of jMock, finding them hard to decipher. I think that a subset of the group is fairly ...
8 Jul 13, 2009
11:38 pm

Dave Smith
dwsmtnview
Offline Send Email

Pdf version 7 july 2009.I created an Eclipse 3.4.2 project for the code of chapter 11. I have a Vista, French version, and the French keyboard on my laptop. ...
2 Jul 13, 2009
6:02 pm

Nat Pryce
nat_pryce
Offline Send Email

"In which we are commissioned to build an application that automatically bids in auctions." -> "We are commissioned to build an application that automatically...
7 Jul 10, 2009
5:06 pm

Pete Keller
pete_keller
Offline Send Email

Feedback on this chapter is a bit sparce: By this point review burnout was setting in. We had a bit of trouble with this chapter. On reviewer's comment was "If...
3 Jul 9, 2009
11:41 pm

Dave Smith
dwsmtnview
Offline Send Email

First paragraph: there's a missing comma on one side of 'first' in "When writing unit tests first". From context, I'm guessing it goes after 'tests'. In...
5 Jul 9, 2009
9:07 pm

Nat Pryce
nat_pryce
Offline Send Email

I'm trying out a way of forward referencing from the Process part into the Example. See the "where do objects come from" section in ...
5 Jul 9, 2009
5:04 pm

vladimir.trofimov
vladimir.tro...
Offline Send Email

"starting from what our objects need and writing interfaces and further objects" -> "starting from what our objects need and writing interfaces and more...
2 Jul 9, 2009
4:04 pm

Steve Freeman
smg_freeman
Offline Send Email

"rather than having to maintain a mental model of all the code at once, and merging changes back in is never a crisis." -> "rather than having to maintain a...
2 Jul 9, 2009
4:03 pm

Steve Freeman
smg_freeman
Offline Send Email

"If create an Item type in a system, rather than just using String, we can find all the relevant code" -> "If we create an Item type in a system, rather than...
2 Jul 8, 2009
8:36 pm

Steve Freeman
smg_freeman
Offline Send Email

SVP is moving on to other subject matter, but a few of us may stick around here to help. Is there a draft more current that 24 June, and are there areas that...
6 Jul 7, 2009
10:22 pm

Steve Freeman
smg_freeman
Offline Send Email

"The only way for humans to deal with complexity is to avoid it, by working at greater levels of abstraction." -> "The only way for humans to deal with...
2 Jul 7, 2009
5:54 am

Nat Pryce
nat_pryce
Offline Send Email

The group had some mixed opinions on this chapter. Some questioned whether "issues correct queries" was worth testing, assuming that the third-party ORM had...
10 Jul 6, 2009
10:00 pm

Nat Pryce
nat_pryce
Offline Send Email

"tracking down failures is a tricky when the architecture" -> "tracking down failures is tricky when the architecture" "we prefer to discover those details as...
2 Jul 6, 2009
9:24 pm

Nat Pryce
nat_pryce
Offline Send Email

"We start developing a feature by with the objects that receive input from the end-to-end tests." -> "We start developing a feature with the objects that...
2 Jul 6, 2009
9:21 pm

Nat Pryce
nat_pryce
Offline Send Email

"It forces us to make explicit and name interactions between objects" -> "It forces us to make explicit name interactions between objects"...
5 Jul 4, 2009
2:46 pm

Noel Yap
yap_noel
Offline Send Email

"whether the application serves its users needs" -> "whether the application serves its users' needs" "Refactoring. Think Local, Act Local" -> "Refactoring....
2 Jul 3, 2009
8:22 am

Steve Freeman
smg_freeman
Offline Send Email

I've just substantially reworked the "Achieving OO Design" chapter. The beginning has been reordered and the whole composition/higher- level stuff has been...
8 Jun 29, 2009
10:10 pm

Steve Freeman
smg_freeman
Offline Send Email

We started putting in little preambles to the example chapters. Do these help? We either need to fill in the rest of the chapters or pull the ones we already...
2 Jun 28, 2009
11:41 am

Matt Wynne
mattwynneatf...
Offline Send Email

Hi everybody, especially native US English speakers. In the chapter "Commissioning an Auction Sniper » I found two occurrences of using « agree » as...
4 Jun 27, 2009
4:04 pm

Dave Smith
dwsmtnview
Offline Send Email

The group liked this chapter. The consensus, though, is that this isn't really a special topic, since it's so common (at least to us. We suggest moving it...
12 Jun 25, 2009
4:54 pm

Dave Smith
dwsmtnview
Offline Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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