Skeleton (computer programming)

This is an old revision of this page, as edited by Mange01 (talk | contribs) at 07:56, 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 including dummy code. Program skeletons with resemble to pseudo code, but allows parsing, compilation and testing of the code. Program skeletons are sometimes used to describe algorithms.

Skeleting programming is synonymous with the template method design pattern

See also