Tags: Programming Language.

Skeleton programming is a style of computer programming based on simple high-level program structures and so called dummy code. Program skeletons resemble pseudocode but allow parsing compilation and testing of the code. Dummy code is inserted in a program skeleton to simulate processing and avoid compilation error messages. It may involve empty function declarations or functions that return a correct result only for a simple test case where the expected response of the code is known.

Loading...

This page contains content from the copyrighted Wikipedia article "Skeleton (computer programming)"; that content is used under the GNU Free Documentation License (GFDL). You may redistribute it, verbatim or modified, providing that you comply with the terms of the GFDL.