in reply to Re: Design Question
in thread Design Question
This was actually pretty quick to implement, so I've tested it out and it works great. I do need the array outside of common_stuff so I didn't use a closure. This approach seems to get exactly what I want without the necessity to clean-up a global. Are there any negatives with doing things this way that I should be aware of? The main problem I saw is that it required a change to the argument-lists for some functions.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Design Question
by TomDLux (Vicar) on Aug 07, 2003 at 03:44 UTC | |
by kral (Monk) on Aug 07, 2003 at 09:29 UTC |