in reply to Re: Confused.... question on code scalability (reusing functions, etc)
in thread Confused.... question on code scalability (reusing functions, etc)
Nice list :). Any reason for the 'more than twice' rather than more than once? Anytime I find myself rewriting code, I put it in a module and don't wait for the third time. Also:
If it feels like a monkey could do it, check the above list to see what you missed
I'd argue that if it feels like a monkey could do it, you're using the right tool ;-). Then again, if it feels like it would bore a monkey, you're definately going about it wrong.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Confused.... question on code scalability (reusing functions, etc)
by Elian (Parson) on Feb 27, 2003 at 13:50 UTC |