Can any body throw me some arguments for using inline functions against passing predefined function name to some handler.
I.e. which is better:
An inline function avoids namespace pollution and predefined functions have higher reuse. I think you could make cases where each is appropriate.