Search the web
Sign In
New User? Sign Up
extremeprogramming · Extreme Programming
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 85501 - 85530 of 142406   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
85501
a new free download site is open now http://www.opendrivers.com...
isotraining
Offline Send Email
Dec 1, 2003
8:05 am
85502
... Is the same statement not true even if my methods are extracted to oblivion? If I found a bug in a method, would it not be possible to use extract method...
Tim Haughton (OmniBus...
tim.haughton@...
Send Email
Dec 1, 2003
9:09 am
85503
... Hi Jeff, ... A truly noble cause. :) ... In another post, I talked about using pain and smell to drive development. If a method's cohesion is low enough to...
Tim Haughton (OmniBus...
tim.haughton@...
Send Email
Dec 1, 2003
9:18 am
85504
... JBR> Yes, but it blows the Decorator pattern out of the water. I'm not advocating that but when you are driving it is nice to know where the the pavement...
Michael Feathers
mfeathers256
Offline Send Email
Dec 1, 2003
9:45 am
85505
Hi everybody. I'm interested in developing in python. Therefor I'm looking for an IDE with refactoring support and a xUnit framework (PyUnit?). Does anyone...
Bernd Schiffer
schifferbernd
Offline Send Email
Dec 1, 2003
10:58 am
85506
"Bernd Schiffer" <schifferbernd@...> wrote in ... The xUnit part is pretty easy, just import the unittest module included with every copy of Python since...
Duncan Booth
duncanbooth
Offline Send Email
Dec 1, 2003
11:43 am
85507
... As for xUnit framework, unittest (PyUnit) is fine. there could be found a mock.py, that defines generic Mock class (and it works find due to Python dynamic...
Max Ischenko
max@...
Send Email
Dec 1, 2003
11:48 am
85508
From: "Bernd Schiffer" <schifferbernd.at.yahoo.de@...> Sent: Monday, December 01, 2003 5:58 AM Subject: [XP] Agile tools for python? ...
yahoogroups@...
jhrothjr
Offline Send Email
Dec 1, 2003
12:08 pm
85509
... What is "proper inheritence", here? Bill de hÓra...
Bill de hÓra
bdehora
Offline Send Email
Dec 1, 2003
12:35 pm
85510
... Have you used any of Komodo, BlackAdder or Wing IDE? They each seem to promise more than the free IDEs like Idle and PythonWin, but I haven't used any of...
Duncan Booth
duncanbooth
Offline Send Email
Dec 1, 2003
12:44 pm
85511
... I didn't use any of these so my option about absence of powerful IDE can be wrong. But I really really doubt that these could be honestly compared to the...
Max Ischenko
max@...
Send Email
Dec 1, 2003
12:59 pm
85512
... A friend of mine worked on an XP team that used Python, vim, and Bicycle Repairman as the refactoring browser. I believe his only complaint about Bicycle...
Steve Howell
showell30
Offline Send Email
Dec 1, 2003
1:49 pm
85513
... John, have you made any progress on the FIT tests for the coffeehouse problem? I know we got distracted with other threads....
Steve Howell
showell30
Offline Send Email
Dec 1, 2003
2:12 pm
85514
... Very cool! ... Here's a link to Ron's review: http://www.xprogramming.com/xpmag/books20020118.htm...
Steve Howell
showell30
Offline Send Email
Dec 1, 2003
2:19 pm
85515
If you're using a version control system, in theory, you can always go back and get the original code. A refresh from the source repository gets you back to...
James Cloughley
jlcloughley
Offline Send Email
Dec 1, 2003
2:39 pm
85516
... One problem is that in some version control systems, getting previous code is not as easy as one would like. This means that commenting out code for a...
Joel Shellman
joelshellman
Offline Send Email
Dec 1, 2003
2:44 pm
85517
... From: "Steve Howell" <showell.at.zipcon.net@...> To: "extremeprogramming@yahoogroups.com" ...
yahoogroups@...
jhrothjr
Offline Send Email
Dec 1, 2003
4:58 pm
85518
... What is the difference between Type and Behaviour inheritance? If Type Inheritance is akin to interfaces in Java, is Behaviour inheritance simply...
Shawn W. Devlin
swdevlin
Offline Send Email
Dec 1, 2003
5:32 pm
85519
... I've used the Python plugin for Eclipse but don't like it much. It will allow you to write some code and run it, but that's about it. There's no...
Brian Christopher Rob...
bcrtrw
Offline Send Email
Dec 1, 2003
5:35 pm
85520
From: "Brian Christopher Robinson" <brian.c.robinson.at.ngc.com@...> Sent: Monday, December 01, 2003 12:35 PM Subject: Re: [XP] Agile...
yahoogroups@...
jhrothjr
Offline Send Email
Dec 1, 2003
5:47 pm
85521
I have a test plan I have been using for about a year now. I brought it with me to a new job that uses XP. Some of the comments I have gotten is that it is...
Travis Fremming
t_fremming
Offline Send Email
Dec 1, 2003
6:07 pm
85522
... You might want to take a look at Jester: http://jester.sourceforge.net/ (as opposed to http://www.geocities.com/xtremetesting/anecdotes.html ) --George ...
George Paci
georgepaci
Offline Send Email
Dec 1, 2003
6:19 pm
85523
... I'd want to see the plan. It seems odd to have a generic plan that can be taken from place to place. I'd think something a bit more specific would be more...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Dec 1, 2003
6:42 pm
85524
From: "Travis Fremming" <t_fremming.at.yahoo.com@...> Sent: Monday, December 01, 2003 1:07 PM Subject: [XP] RE: XP what makes a good XP...
yahoogroups@...
jhrothjr
Offline Send Email
Dec 1, 2003
6:47 pm
85525
... I didn't know that you were /not/ a fan of the pattern. I have just applied it in my current project and I'm unhappy with the results. I have a DataStore....
J. B. Rainsberger
nails762
Offline Send Email
Dec 1, 2003
8:08 pm
85526
... A question: why do you want those things? What purpose do they serve? It seems that whoever is being asked to read it doesn't need to know what's in there,...
J. B. Rainsberger
nails762
Offline Send Email
Dec 1, 2003
8:11 pm
85527
... JBR> I didn't know that you were /not/ a fan of the pattern. I have just JBR> applied it in my current project and I'm unhappy with the results. JBR> I...
Michael Feathers
mfeathers256
Offline Send Email
Dec 1, 2003
8:40 pm
85528
... As long as the architecture you're thinking about doesn't do more than it needs to, YAGNI, I see no problem with this. In fact, I always assumed this is...
Brian Christopher Rob...
bcrtrw
Offline Send Email
Dec 1, 2003
9:17 pm
85529
... It seems to me that if you can carry a test plan from one job to another, it is not a plan, it is a methodology. XP is also a methodology and its testing...
Pierre Boudreau
pier1972
Offline Send Email
Dec 1, 2003
9:31 pm
85530
... I can't seem to tell from the description of the various ones at sourceforge. There appear to be about four there now. Do you have a recommendation? -- ...
Brian Christopher Rob...
bcrtrw
Offline Send Email
Dec 1, 2003
9:55 pm
Messages 85501 - 85530 of 142406   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