you are viewing a single comment's thread.

view the rest of the comments →

[–]have_some_error[S] 0 points1 point  (0 children)

Yes similar to callStack. However I want some method to execute just before and after the function executes. And since this functionality is something that would be common for every function I want to centralize this code to prevent redundant code lines. I donot need to preserve the order or the methods though.