Jackson structured programming

This is an old revision of this page, as edited by Liftarn (talk | contribs) at 10:00, 7 April 2003 (sv). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Jackson Structured Programming is a method for structured programming based on correspondences between data structure and program structure. It was originally developed in the 1970s by Michael Jackson in order to improve the general standard of COBOL programming, although it is just as applicable to C or to Lisp for that matter. Although it imposes a structure upon a program which improves its modifiability and maintainability, the structure is rather different from the type of structure advocated by Wirth, Dijkstra, et al.

External Links: