Noun
English Wikipedia has an article on:structured programmingWikipedia
structured programming (uncountable)
(computing) A style of programming that relies on blocks of code, subroutines and the absence of simple tests and jumps
Structured programming additions Structured programming additions were made to PL/I during standardization but were not accepted into the standard. Source: Internet
Structured programming greatly decreases the incidence of spaghetti code. Source: Internet
Structured programming (sometimes known as modular programming) is a subset of imperative programming that enforces a logical structure on the program being written to make it more efficient and easier to understand and modify. Source: Internet
Structured programming theorists gained a major ally in the 1970s after IBM researcher Harlan Mills applied his interpretation of structured programming theory to the development of an indexing system for the New York Times research file. Source: Internet