|
Module/Plug-in stack
An ordering system needs to be inplace before any coding takes place. A vertical stack of functions with the topmost being executed last.
This Functions Stack consists of Modules (able to have their own plug-ins) and Plug-ins (simple one-off functions).
|