in reply to Re: Perlshop-z Perl Shopping Cart
in thread Perlshop-z Perl Shopping Cart
Also, flexibility is desirable in code design, but it's not everything. There's nothing wrong with making a program that does one thing well, but is difficult to adapt. As long as it fills your purpose, it's OK. And since it's open source it should be easy to port the database to abother product, should the time ever come.
The really important point is that someone actually did the work, and released the code. After that, anyone who feels that the code lacks something can walk in and improve it. In fact, by open source community tradition, you just volunteered to implement the changes you suggested :)
Getting back to the point, I have in the past, had to go back through and refactor my own code to remove HTML. It's a big task, and boring, but I'm glad I did it that way, rather than throw out the code.
____________________
Jeremy
I didn't believe in evil until I dated it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Perlshop-z Perl Shopping Cart
by gav^ (Curate) on Apr 15, 2002 at 02:17 UTC | |
by zentara (Cardinal) on Apr 15, 2002 at 16:21 UTC | |
by zentara (Cardinal) on Apr 15, 2002 at 16:33 UTC |