Advice (programming)
In aspect and functional programming, advice describes a class of functions which modify other functions when the latter are run; it is a certain function, method or procedure that is to be applied at a given join point of a program. == Use == The practical use of advice functions is generally to modify or otherwise extend the behavior of functions which cannot or should not be readily modified or extended.