[wp-hackers] echo and return

Brian Meidell Andersen brian at mindflow.dk
Tue Jul 27 16:26:23 UTC 2004


Stephen Minutillo wrote:

>options should be available.  I'm not quite sure whether that
>convention should be a standard parameter, or having two parallel sets
>of functions, though.
>  
>
Just to reiterate the point and be clear:
I am not talking about parallel functions, but rather serial functions.
In my mind, parallel functions would be to duplicate the content of the 
function, which would be double maintenance.
With serial functions, the echo function simply calls the returning 
function and echoes it. So there's still only one function body to take 
care of.

I know you probably knew this, but I just want to make sure that it's 
clear there's no duplicated code.

/Brian



More information about the hackers mailing list