Modular programming: Difference between revisions

Content deleted Content added
Jebedia (talk | contribs)
No edit summary
Line 1:
'''Modularity''' is a concept that has applications in the contexts of [[computer science]], particularly [[programming]], as well as [[cognitive science]] in investigating the structure of [[mind]]. A '''module''' can be defined variously, but generally must be a component of a larger system, and operate within that system independently from the operations of the other components of the system.
 
==Modularity in Computer Science==