Content deleted Content added
m added categories |
m removed more citations hatnote, added 6 more than before |
||
Line 1:
{{for|the use in distributed object communication|Distributed object communication#Skeleton}}
{{redirect|Dummy code|dummy coding|Categorical variable}}
{{Use mdy dates|date=October 2020}}
'''Skeleton programming''' is a style of [[computer programming]] based on simple high-level program structures and so called '''pseudo code'''. Program skeletons resemble [[pseudocode]], but allow [[parsing]], [[compiler|compilation]] and testing of the code. Dummy code is inserted in a program skeleton to simulate processing and avoid [[compiler|compilation]] error messages. It may involve empty [[subroutine|function]] declarations, or functions that return a correct result only for a simple test case where the expected response of the code is known.
|