Reminder from: cinci-art Yahoo! Group http://groups.yahoo.com/group/cinci-art/cal Agile Roundtable meeting Tuesday August 7, 2007 6:00 pm - 9:00 pm (This event...
cinci-art@yahoogroups...
Aug 3, 2007 9:56 pm
2035
I can't find any references to the idea of "positive programming" or "intentional programming" or what ever it is called. Not knowing its name has complicated...
One of the original papers done by Charles Simonyi http:// research.microsoft.com/research/pubs/view.aspx?msr_tr_id=MSR-TR-95-52 He's also started his own...
I don't think Null Object is it and I was reading about the Intentional Programming concept but it seems to be more aimed at a 4GL solution to allow for more...
This sounds a little like Design by Contract. See /Pragmatic Programmer/ Chapter 4. Also http://en.wikipedia.org/wiki/Design_by_contract I like your name...
I like this idea and wish we could find the name for it (if one exists). I was working with a team who took a very similar stance in exceptions. If an...
http://www.cs.oberlin.edu/~jwalker/nullObjPattern/ Perhaps a more descriptive name for this pattern would be: The DoNothing Object Pattern. Lari Kirby -- ...
Oh, and this too: http://www.owlnet.rice.edu/~comp212/00-spring/handouts/week06/null_object_revisited.htm Lari Kirby -- Footsteps in the sands of time are not...
at the meeting, Jim wanted to be able to spec the general case, not just the specific case for example: given a stack with N items in it (where N > 0) when an...
And here's the earlier page I saw on the topic: http://dannorth.net/2007/02/monkey-business-value Lari Kirby -- Footsteps in the sands of time are not made by...
Cinci-ART, Seems that we won't have an interesting project for Rails 2008 after all. Alan McKean from Gemstone gives details on recent developments concerning...
We touched on it at the last meeting, should we use precondition asserts (shoulds) to ensure that the environment is correct before running the test code. I...
Warning: Overly long response. Sorry, got carried away. ... I think the proposition was phrased a bit differently: Should we test preconditions? I took the...
Very interesting Jim, but I think removing the mock may have changed the balance of power for that decision. Your new test is proving behaviours scoped to a...
... When in doubt, always change the balance of power. :) ... I hear you, and I'm not absolutely against the technique you suggest, but I do have some...
Ok, answer 3 is the magic one. I am trying to move towards BDD by grouping context in the setup methods anyway, so adding the asserts there would make perfect...
If so, when & where? Craig mentioned wanting to do something Emacs ... Lari Kirby -- Footsteps in the sands of time are not made by sitting down. ... The...
I will be partcipaing in this, but we already have Team Steelpixel setup with 4 people. The competition seems very well organized this time around. They are...
... Ok, have you ever learned the definition of a new word that you have never heard before in your life, and then over the next few days you hear that same...
No Code table tonight. I couldn't get the room reserved. Called around to a bunch of Panera's but I got started too late. And rescheduling ran into conflicts...
Diaspar Software is proud to present another installment of the XP Day North America series: XP Day Manhattan taking place on October 13, 2007. The focus of XP...
Got no replies to this from the CRB list :( --Craig . . . Does anyone have any tips for or thoughts on ways to navigate in a codebase that is new to you?...
... I don't know how to build a call tree like you outlined; however, have you looked at rdebug? I'm not 100% with it yet; but it's fairly good. Rdebug would...
... You could absolutely do it with dtrace, without modifying any code. You're just currently stuck with Solaris or Leopard seeds until Leopard hits. In the...