Saturday, June 30, 2007

Structured Programming

The idea that programs should have a well thought out and document structure. Advocates of structured stressed the use of "if-then-else" logic in place of "Goto" statements and the modularization of the code. modularization increases the codes readability, memory management, reuse.

No comments: