Skeleton (computer programming)

This is an old revision of this page, as edited by Mange01 (talk | contribs) at 07:40, 18 October 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Skeleton programming is a style of computer programming based on simple high-level patterns, often inclduing dummy code. Program skeletons with dummy code resemble to pseudo code, but allows parsing, compilation and testing of the code. Program skeletons are sometimes used to describe algorithms.

See also