Just a reminder of our meeting tonight. We are meeting at a new place, downtown. Description of the meeting below... See you all there, bab ... -- Brian Button...
I took your advice and bought the copy on half.com. I'd have loved to use you coupon, but thought I'd better grab the book while the grabbing was good. Can I...
I am a graduate student working for Dr. Laurie Williams. I would like to ask for a small bit of your time to answer a short survey on pair programming...
Hey, if you folks get *really* bored, please read my blog. http://oneagilecoder.blogspot.com I'd love to read what any of you have written. Who else has a...
... I spend a lot of time on the west coast, and I'm a morning person. Both of which add up to me usually starting work at around 5:30 or 6 CDT :) bab -- Brian...
To all XP/Agile software development fans: The Organizing Committee of XPAU 2004 would like to hear about your opinions/experiences regarding the Question of...
Thank you for your time in responding to the survey. Here is the link to the results: http://pairp.csc.ncsu.edu/compatibility_results.html The survey results...
Hello all, I was just reading Brian's blog: http://oneagilecoder.blogspot.com/2004/06/background-noise-in-team- workspace.html#comments and wondered if we (I)...
Whomever is taking care of the wiki may want to ban the casino sites from putting up link-spam on the wiki pages. For example: July 6, 2004 * (diff)...
CAIT is offering a 6-evening XP course from August 6th - September 1st. http://www.cait.wustl.edu/courses/OOP300.co Anyone know who is teaching it? Are there...
I am with PCI Staffing Solutions, and I am currently doing a search for several Java developers with experience or interest in extreme programming methodology....
... Brian's company, Agile Solutions Group, can provide several XP courses. I think their courses are generally on-site, customized for your team, rather than...
... That's too bad for me, since it's only me that's interested right now. Unless Brian wants to spend one-on-one time with me. :) ... Will do. ... Those are...
Sorry for being unclear. Many CAIT courses are developed and taught by OCI instructors. This is one of them. It is part of our Object Oriented Software...
There has been a lot of buzz recently about the topic of Code Generation and the speed and quality benefits thereof. I'd like to understand how the group feels...
... As I see it, there's no essential difference between data driven programming and code generation. Pointy-haired-bosses often tell me, "This product is...
From: "Jeff Grigg" <jgrigg@...> ... I was going to type up a response, but Jeff basically nailed it already, in his whole message. "Yeah, what he said!" ...
... The difference manifests itself when you need to make changes. They both eliminate tedious, duplicated code. But a data-driven solution can be more easily...
... I write code generators all the time - generally after I write several classes and start seeing duplication that is not easily eliminated with other...
... Just to be clear, you're talking about not writing unit tests for the generated code. You still have the customer tests to prove that the system is...
... Well, I advocate that. Whether I've been successful implementing that at my current client is another sad story... ===== Eric M. Burke Principal Software...
Example: Given this data: <message>Hello world.</message> I want to generate this program: public class Prog1 { public static void main(final String[] args) { ...
It can be easier to debug generated code, because you can set breakpoints and step through it with a conventional debugger. But some people get tempted to...
This is a thread from C2 (which features a lot of JeffGrigg:) http://c2.com/cgi/wiki?CodeGenerationIsaDesignSmell Contrasting it, an interview with Dave Thomas...