| |
| | No Title (Site not responding. Last check: 2007-10-26) |
 | | It's possible to have a program that works entirely correctly but the code is a mess, with jumps and calls scattered randomly, and so forth. |
 | | In terms of a program's code, a module can be (1) a function, (2) an object, (3) a collection of functions, (4) a collection of functions and objects, (5) large files filled with code, (6) even bigger stuff. |
 | | The modularity of the program is still helpful, though, because if there's a bug in the vision code, we can easily skip all the other modules and concentrate on the one. |
| www.spelman.edu /~anderson/teaching/resources/modularity/index.html (608 words) |
|