Can any body throw me some arguments for using inline functions against passing predefined function name to some handler.
I.e. which is better:
In the example provided, the declaration and use of the function are so close that I think the only difference is readability. I prefer the second example.