Hi All, I've moved SeattleXp.org to a new hosting service. Everything is now transferred and looks OK, but please let me know if you see any problems. Because...
Hi, The message below hasn't posted for the past few hours, so I'm using the web interface.... It may be too late to do anything, but it's up to you guys. ...
Hi All, I've delayed announcing our meeting - which is supposed to be tomorrow, March 10 - because I've been under the weather for the last few days. Right...
I have a copy of XP 2.0. (Hmm... Actually, I loaned it to someone.) I could facilitate a discussion of the new practices. I even have a couple of slides....
Thanks Alan for jumping in to the breach. I will see you tomorrow. Charlie, you get better. Ken ... I could facilitate a discussion of the new practices. I...
Next week sounds good to me. I love the topic. Having read the new book it would be fun to discuss the differences and how Kent has changed the tone a bit......
I also like the "2nd Edition" topic. I vote for either next week or next month. Troy I like the topic idea. We can do it now or April. Given the short notice ...
My count so far: 1 vote to skip the March meeting 1 vote to delay the meeting one week 1 vote to hold the meeting tonight I need to know what our plans are by...
The latest tally: 3.5 skip this meeting 1.5 delay this meeting until next week 1.0 meet as planned or 5 votes to cancell tonight's meeting 1 vote to meet as...
Okay. It's official. Tonight's Seattle XP Users' Group meeting is cancelled. I move that we skip March all together and reconvene on our normally scheduled...
Alan, Thanks for taking the initiative to resolve this! George ... cancelled. ... scheduled day in April. ... give the group until 3:00pm before making it...
George A. Smith @ SNS
zgas@...
Mar 11, 2005 2:05 am
891
My house. My rules. ;) No problem. It was my pleasure. Alan Alan Ridlehoover | Technical Architect | mobile 206 412 2526 | direct 206 816 8812 ... ...
Hi, I wanted to remind everyone about tomorrow night's free seminar. "Test-First Techniques Using xUnit and Mock Objects" will be presented by Scott Bain on...
The Puget Sound Chapter of the International Association of Software Architects provides a forum for business, technology and systems architects to share...
The Puget Sound Chapter of the International Association of Software Architects provides a forum for business, technology and systems architects to share...
XP CODE SPRINT XPDX will be hosting a code sprint on April 9-10, 2005 in downtown Portland, Oregon. A code sprint is a gathering of a bunch of programmers to...
Hey all. So once again I found myself gritting my teeth about the duplication in code I was looking at. If you do any Java programing (as most of us on this...
... I like the anonymous innerclass approach, it does nothing to the outer class, and hides the details of the Equals.innerEquals( Object o ) method. ... I...
... I prefer your second method with the anonymous inner class. Although, how about something a little simpler that doesn't use inner classes like this: class...
... Well I guess it could return one of three values: Boolean.TRUE, Boolean.FALSE, or null ... and then only do the "real" checks if we get back a "null"...
Hey all, So, someone pointed out that they were a bit uncomfortable with the code fragments I posted having still having GPL license on them. I'm sorry if I...
... I'm wondering if not having to two generic tests before getting down to the business of the "real tests" is really worth generating another class and...
... That seems relatively low cruft. it still contains some duplication, of course, so it is a violation of Once And Only Once. On the other hand, it doesn't...
... Man, you are way to strick on such things! We've got it down to a reference test for equality, a call to a helper and then a bunch of specific tests. ... ...
... "No duplication" did I fail to understand ;-) ... That's what I meant. Using composition to create a reference to an object of type "Equals" (or...
... Well, since I proposed an alternate solution I guess I'll comment. Eric's goal was to eliminate duplication in the equals method. What exactly though is...
eric wrote: class OurNiftyClass extends SomethingForeign { //... // I'll count redundant lines even the method declare, 'cause if // we could just call a...
... [snip] ... [snip] ... Yup, that's about how it comes out, with some room for debate, but either way ... pretty small potatoes. However the fact that...