S
Sonoman
Hi all:
I have to functions. Function A that returns a parameter and function B that
takes a parameter, both are the same type. Can I put a call to function A as
a parameter for function B? or is it better to put the returned value from A
into a variable and the put that variable into B as a parameter? Which is a
better programming practice? Thanks in advance
I have to functions. Function A that returns a parameter and function B that
takes a parameter, both are the same type. Can I put a call to function A as
a parameter for function B? or is it better to put the returned value from A
into a variable and the put that variable into B as a parameter? Which is a
better programming practice? Thanks in advance