... I am convinced that production code should not be mixed with test code. So Eric is right about JUnitX, it does not fool the Security Manager. JUnitX uses a...
13365
David Corbin
dcorbin@...
Oct 1, 2000 7:14 pm
There are number of acronyms that get slung about here. I think I've got the conotation of most of them, but I'd like to see the acutal denotation. Is there...
13366
Phlip
phlip@...
Oct 1, 2000 7:24 pm
... the conotation of most of them, but I'd like to see the acutal denotation. Is there a web-page somewhere that has all the XP acronyms? ...
13367
Bruce Winegarden
bruce.winegarden@...
Oct 1, 2000 7:42 pm
... we work on ... What a great tip! Can anyone explan how you mark methods or classes as depricated so that Java compiler will give us depricated warnings? ...
13368
Jim Little
jiml@...
Oct 1, 2000 7:51 pm
From: "Bruce Winegarden" <bruce.winegarden@...> ... Java ... I don't know how you would do this in VAJ, but the basic idea is that you add a...
13369
acockburn@...
Oct 1, 2000 9:26 pm
... <<I've actually done things that I knew would disqualify me for large bonuses because I knew that they would make the project go better (and they worked ...
13370
acockburn@...
Oct 1, 2000 9:26 pm
I'm looking for a catchy or meaningful word for ["common characteristic of good examples"] which I can apply to any human endeavor or artifact, and which is...
13371
acockburn@...
Oct 1, 2000 9:26 pm
... Well, I started off saying C was THE important thing, but then ran into situations where B wasn't present, so the communications channels available didn't...
13372
Jason Yip
j.c.yip@...
Oct 1, 2000 9:50 pm
... Uh... pattern? Second thing that popped in my head was symptom but that has negative connotations. Thesaurus brings up "token" and "indication". Which ...
13373
Kevin Smith
sent@...
Oct 1, 2000 9:50 pm
... Absolutely fascinating. Your 50/50 mix of production code and unit tests seems about right to me. My current hobby project has about 60/40 production/test,...
13374
Kevin Smith
sent@...
Oct 1, 2000 9:57 pm
... The first word that popped into my head was "nuggets", but I don't think that's quite what you need. Next I was drawn toward something related to...
13375
RICK KARCICH
richard.karcich@...
Oct 1, 2000 9:58 pm
How many bugs/faults/defects were found? Rick...
13376
wconrad@...
Oct 1, 2000 11:49 pm
Deprecation works the same in VAJ. Methods and classes which trigger the deprecated warning show up with a yellow "warning" sign in the IDE. Wayne Conrad...
13377
Michael D. Hill
uly@...
Oct 1, 2000 11:57 pm
Joi... To include your info as a data point in my own researches on the issue, let me ask you a few questions: Was there any point of time when the code of the...
13378
Robert Watkins
robert.watkins@...
Oct 2, 2000 12:48 am
... It's not complete, though. Try adding (or removing) variables from the method... you tinker with the stack, and you blow things away. If you add or remove...
13379
Patrick_X99@...
Oct 2, 2000 1:44 am
Hi, I was referred to this discussion from Ward's wiki (http://c2.com/cgi/wiki?UnUnitTestableUnits) and enjoyed the points made, especially about how XP came...
13380
Steve Goodhall
sgoodhall@...
Oct 2, 2000 2:03 am
I will apologize in advance for the rather obscure and erudite nature of these words. Before I became a techie, I was the victim of a classical education....
13381
Dave Thomas
Dave@...
Oct 2, 2000 2:23 am
... pragma archetype gem best practice ?...
13382
Frank Stephen Lesar
fasel2000@...
Oct 2, 2000 5:09 am
Dear extreme programming members How i can access a ftp sites or exactly how i can build a BOT include the EGGDROP. Expecially a free FTP sites. Thanks, S. U....
13383
kjray
kjray@...
Oct 2, 2000 5:57 am
... "representative example" A methodology book (no longer in print) with the (inappropriate) title of "Designing Object Oriented Software for the Macintosh"...
13384
Glen Stampoultzis
glen_stampoultzis@...
Oct 2, 2000 6:17 am
... Is it true at all in Java? If their were dependancys on the whole interface (rather than just the method) then Java programs would break with every...
13385
John Brewer
jbrewer@...
Oct 2, 2000 7:27 am
I'd have to go with "best practices". ... managers, ... Hmmm.... Not perfect, but not bad. The only other thing I can think of is "patterns". You could...
13386
John Brewer
jbrewer@...
Oct 2, 2000 7:44 am
... Fortunately, Java allows (and the language spec requires) certain chages to maintain "binary compatibility". For example, you can add public methods to...
13387
Peter Dettman
pdettman@...
Oct 2, 2000 9:23 am
... Did anyone say 'exemplar' yet? ex·em·plar (g-zmplär, -plr) n. One that is worthy of imitation; a model. See Synonyms at ideal. One that is typical or...
13388
Peter Dettman
pdettman@...
Oct 2, 2000 9:29 am
... Oh yeah, "Ideals" too... Pete....
13389
Ilja Preuß
ilja.preuss@...
Oct 2, 2000 9:56 am
... Rephrase: However, as a species that thinks that it is the only species that thinks that it thinks, humanity might be held to a fairly high standard of...
13390
David Vivash
PMA98DAV@...
Oct 2, 2000 12:49 pm
... So is this a case of using XP for some design up front? Maybe not big design up front, but at least a little. Did you refactor any of the design (that...
13391
Tom Copeland
tom@...
Oct 2, 2000 2:44 pm
Hey, was that a quote from Jake of New York there? "That way lies madness..." Tom P.S. "This world, you see, has moved on." ... From: Mark Wilden...
13392
Wilkes Joiner
wilkes@...
Oct 2, 2000 2:58 pm
I am trying to do the same thing. I can get OmPyUnit to work by replacing sys.__dict__['modules'] with sys.modules. In CPython, calling sys.modules actually...
13393
Brian Button
bbutton@...
Oct 2, 2000 3:13 pm
... Yes, we did some design up front on this project. Actually, it began with some brainstorming to see if we could find some metaphorical way to talk about...