Jump to content

Module pattern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Umlcat (talk | contribs) at 16:38, 9 March 2012 (initial summary). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In software engineering, the module pattern is a design pattern used to support the concept of software modules and implement modular programming, in a programming language that does not support it, or only supports it, partially.

This pattern may be considered a variant of the design pattern with a more specific purpose.