Enter your vote today! A new poll has been created for the cinci-art group: Will you attend the Tuesday April 1st Meeting? Topic: Multiple Short...
cinci-art@yahoogroups...
Apr 1, 2008 2:04 pm
2247
Over the last 10 years, Pillar has been successfully mentoring clients and implementing software development best practices in a variety of industries. Our...
Hey gang, I should have known better but the link I supplied during last night's meeting was apparently an April Fool's joke. The only one I feel for this...
Ha! Makes sense. Chris and I were wondering how you would do a technical book, including source code, in an audio format. I guess you don't have if it's an...
Hello all, A designer I am collaborating with on a personal project is also considering bidding on another project that will necessitate a partnership with a...
It's been a while since we've had one of these lunches. I'd really like to get together with some of the members that have been slacking lately. Maybe lunch...
I'm in. What time? --Chris ... From: Jim Weirich <jim.weirich@...> To: cinci-art@yahoogroups.com Sent: Thursday, April 17, 2008 2:30:47 PM Subject: Re:...
Learn Better Ways To Develop Software Faster @ Agile ITX, the Premier Agile Developer/Management Conference! The central theme of the Agile ITX conference...
Hi group, Lurker here ... with a quick question regarding 37Signals' book "Getting Real". This is a great read and we use a lot of the advice given in the ...
Elisabeth, It's been a while since I read it but I remember that there were practices that probably worked in their own situation but did not seem generally...
Edge Case will be presenting at the next C-ART meeting on May 6th, 2008 Sit in like a fly on the wall with a development team as they wrestle with the issues...
Just to clarify, this will be Jim Weirich and I from EdgeCase and Chris Nelson (who is so cool, he doesn't need a company ... that is why they call him...
... Specifically I'm in e-commerce, but we use open source software, and coded our own back-end while hacking up our front end to fit our needs. So really our...
... It seems to me that if you say 'no' to customers they say 'no' to paying you. Perhaps the key is to say 'no' to customers that would not pay you anyway. Or...
On the conjoined subjects of worry and pain: I'm reminded of a podcast I listened to a while back from 43 Folders - the To Have Done List. Basically, the...
... I think the saying no thing is particular to certain types of business and I can definitely see your e-commerce example being much different than the 37...
You will find many of the agile traits already exist in good business leadership. I think a reason why agile development is so popular is because it fits in...
Paul Spencer came up with a nice concept today and I thought I would throw it out to you brainy people. Most of the system we write use a Contract class so...
... So, you're proposing that in production you just get the wrong answer (e.g. 10/1)? Actually, according to the rules of design by contract, if you don't ...
Another approach comes from the Checks pattern language http://c2.com/ppr/checks.html Instead of returning a made up answer return an Exceptional Value Object....
"Self correcting" seems misleading, to me. The value submitted was invalid, so the function can't return a "correct" value. It seems to me it's the calling...
Yes, my divide by zero example is extreme. Error management has changed a little over the years from the old days of "if !null" to Mark's sanitization of this...
This topic came up at the lunch today, and among the comments was, I think, a general agreement that returning an invalid value rather than raising an error...