in reply to Shopping Cart Project - interested?

One thing to add to the "Technologies" section:

use as many CPAN modules as we can
And one thing to add to the "Programming Practices" section:
written using TDD
Yes, this is sorta implied with XP, but "strict" XP is an ideal, and not always a reality, so best to be specific about TDD.

And you should list a "security expert" in your list of contributors you are seeking. After all an insecure shopping cart is not very useful to anyone.

And lastly, I have a few questions for you since you seem to be new around here.

-stvn
  • Comment on Re: Shopping Cart Project - interested?

Replies are listed 'Best First'.
Re^2: Shopping Cart Project - interested?
by merlyn (Sage) on Feb 25, 2005 at 23:44 UTC
    use as many CPAN modules as we can
    I'm not sure that comes across as you intend. That would imply that three pages of "use" directives is correct and wanted, many of them probably in the Acme namespace. {grin}

    Perhaps what you meant is:

    Prefer existing CPAN modules over handwritten code

    -- Randal L. Schwartz, Perl hacker
    Be sure to read my standard disclaimer if this is a reply.

      That would imply that three pages of "use" directives is correct and wanted,

      Why do that when you can use Acme::Everything ;)

      -stvn