You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mason Bially edited this page Feb 27, 2014
·
1 revision
Just some ontological notes.
Modules
A lot of words for specialized module types to reduce the amount of time we take describing their properties. A module is any piece of code in madz.
Plugin
A dynamically loadable piece of code. Often loaded once, providing some sort of pluggable functionality.
Slug
A dynamically loadable piece of code. Often loaded more than once, or containing a constructor to that effect, often used to service some sort of request.