gtpa2m3r | Application Programming |
Modular programming is the concept of dividing the problem solution into its logical parts or routines so that each part may be programmed independently. This should contribute to ease of understanding, ease of modification and standardization of structure. Ideally, any module could be modified without affecting other modules. The structured programming concept of top down logic should be used as much as is practical without sacrificing performance. The major decision criteria and the main path logic should be developed first.