Skip to content
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.

Clone this wiki locally