Module pattern: Difference between revisions

Content deleted Content added
Line 14:
In software development, source code can be organized into components that accomplish a particular function or contain everything necessary to accomplish a particular task. [[Modular programming]] is one of those approaches.
 
The concept of a "module" is not fully supported in many common programming languageslanguage.
 
== Features ==