Forum OpenACS Development: Re: uplevel with passed variables

Collapse
Posted by Tilmann Singer on
Standard disclaimer: don't use uplevel/upvar unless you exactly know why you are doing it and that it is definitely necessary, as opposed to simply passing in all variables as parameters and returning them e.g. as array list. The danger is that code becomes hard to maintain and hard to understand for outsiders when using this feature too much.