Skeleton (computer programming): Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
'''Skeleton programming''' is a style of [[computer programming]] based on simple high-level [[Pattern|patterns]], foroften exampleinclduing [[dummy code]]. Program skeletons with dummy code resemble to [[pseudo code]], but allows [[parsing]], [[compiler|compilation]] and testing of the code. Program skeletons are sometimes used to describe [[algorithm]]s.
 
==See also==