Module Folder Information
================================================================================
About
====================
This folder contains the Module Subsystem.
The module subsystem provides a mechanism for organizing related data structures
and the commands which may be executed upon those data structures.
A "module" represents a specific collection of structures and commands. An
example of a module could be a News Module.
A "model" is a specific representation of a data structure. An example of a
model might be a News Post model.
An "attribute" is a specific attribute in a data structure. An example of an
attribute might be a News Post Title attribute.
A "command" is an action which can be performed on the module to manipulate or
populate data structures. An example of a command might be a command to edit a
news post.
Development
====================
Todo
==========
* Make new modules
Known Bugs
==========