Structured Programming Paradigm
(Redirected from structured programming)
Jump to navigation
Jump to search
A Structured Programming Paradigm is a Programming Paradigm that involves of subroutines, block structures and for and while loops
References
2015
- (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/structured_programming Retrieved:2015-2-13.
- Structured programming is a programming paradigm aimed at improving the clarity, quality, and development time of a computer program by making extensive use of subroutines, block structures and for and while loops—in contrast to using simple tests and jumps such as the goto statement which could lead to “spaghetti code” which is difficult both to follow and to maintain.
It emerged in the 1960s — particularly from a famous letter, Go To Statement Considered Harmful. — and was bolstered theoretically by the structured program theorem, and practically by the emergence of languages such as ALGOL with suitably rich control structures.
- Structured programming is a programming paradigm aimed at improving the clarity, quality, and development time of a computer program by making extensive use of subroutines, block structures and for and while loops—in contrast to using simple tests and jumps such as the goto statement which could lead to “spaghetti code” which is difficult both to follow and to maintain.