|
|||||||||||
|
Technical Support On-Line Manuals Ax51 User's Guide |
Ax51 User's GuideModular ProgrammingMany programs are too long or complex to write as a single unit. Programming becomes much simpler when the code is divided into small functional units. Modular programs are usually easier to code, debug, and change than monolithic programs. The modular approach to programming is similar to the design of hardware that contains numerous circuits. The device or program is logically divided into "black boxes" with specific inputs and outputs. Once the interfaces between the units have been defined, the detailed design of each unit can proceed separately. The benefits of modular programming are:
| ||||||||||
|
|||||||||||