#valueWithArguments: vs. #value

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

#valueWithArguments: vs. #value

Bill Schwab
Hi Blair,

Can #valueWithArguments: can be safely used in place of #value - obviously
with an empty arguments collection?  Is there any danger other than a
performance hit?

Have a good one,

Bill

--
Wilhelm K. Schwab, Ph.D.
[hidden email]


Reply | Threaded
Open this post in threaded view
|

Re: #valueWithArguments: vs. #value

Blair McGlashan
"Bill Schwab" <[hidden email]> wrote in message
news:aphpu6$67q$[hidden email]...
> Hi Blair,
>
> Can #valueWithArguments: can be safely used in place of #value - obviously
> with an empty arguments collection?  Is there any danger other than a
> performance hit?

Yes, should not be a problem.

Blair