search for: ___will___

Displaying 1 result from an estimated 1 matches for "___will___".

Did you mean: __will__
2009 Feb 25
1
S4 helper functions: regular or generic?
Hi there, I want to write helper functions for a base class, which will be used by its subclasses in the S4 world. This function ___will___ update certain slots of its argument object. Please help me decide which one of the following is a better approach with respect to coding style, memory usage and speed: o Write a regular function. o Declare a generic and implement it just for the base class. Thanks for sharing your insight a...