Re: Acceptance test spike example

2005-06-30 Thread Steve Jorgensen
On Sun, 26 Jun 2005 16:10:05 -0700, Steve Jorgensen <[EMAIL PROTECTED]> wrote: >I'm posting this message for 2 reasons. > >First, I'm still pretty new and shakey to the whole Acceptance Testing thing, >and I'm hoping for some feedback on whether I'm on the right track. Second, >although all the A

Re: Acceptance test spike example

2005-06-26 Thread Robert C.Martin
On Sun, 26 Jun 2005 16:10:05 -0700, Steve Jorgensen <[EMAIL PROTECTED]> wrote: >I'm posting this message for 2 reasons. > >First, I'm still pretty new and shakey to the whole Acceptance Testing thing, >and I'm hoping for some feedback on whether I'm on the right track. Second, >although all the A

Re: Acceptance test spike example

2005-06-26 Thread Steve Jorgensen
On Sun, 26 Jun 2005 22:42:40 -0400, "Terry Reedy" <[EMAIL PROTECTED]> wrote: > >"Steve Jorgensen" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >> Note how the powerful, context-aware exec() and eval() procedures really >> help >> simplify the code. > >A stylistic note: I believe

Re: Acceptance test spike example

2005-06-26 Thread Terry Reedy
"Steve Jorgensen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Note how the powerful, context-aware exec() and eval() procedures really > help > simplify the code. A stylistic note: I believe that most or all of your eval/exec uses could be done with getattr and setattr inste

Re: Acceptance test spike example

2005-06-26 Thread John Roth
"Andrew McDonagh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Steve Jorgensen wrote: >> I'm posting this message for 2 reasons. >> >> First, I'm still pretty new and shakey to the whole Acceptance Testing >> thing, >> and I'm hoping for some feedback on whether I'm on the right

Re: Acceptance test spike example

2005-06-26 Thread Andrew McDonagh
Steve Jorgensen wrote: > I'm posting this message for 2 reasons. > > First, I'm still pretty new and shakey to the whole Acceptance Testing thing, > and I'm hoping for some feedback on whether I'm on the right track. Second, > although all the Agile literature talks about the importance of doing

Acceptance test spike example

2005-06-26 Thread Steve Jorgensen
I'm posting this message for 2 reasons. First, I'm still pretty new and shakey to the whole Acceptance Testing thing, and I'm hoping for some feedback on whether I'm on the right track. Second, although all the Agile literature talks about the importance of doing Acceptance Testing, there's very