Jump to content

Modular programming

From Simple English Wikipedia, the free encyclopedia
Revision as of 13:35, 28 January 2015 by Rus793 (talk | changes) (Added {{tech-stub}} tag to article (TW))

Modular programming is a way of organizing a computer program into smaller parts called modules. Each module contains the necessary code to run one specific part of the final computer program. Modular programs are simpler to understand.[1] They are also simpler to maintain. Different programmers can each make different modules.[1] Usually, each module is designed to do only one thing.[2]

References

  1. 1.0 1.1 Rama Reddy; Carol Ziegler, C Programming for Scientists and Engineers with Applications (Sudbury, MA: Jones and Bartlett Publishers, 2010), p. 266
  2. E. Balagurusamy, Programming In Ansi C, 5E (New Delhi: Tata McGraw Hill Education, 2011), p. 266