Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
{{Refimprove|date=October 2012}}
'''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]], [[compiler|compilation]] and testing of the code.
Sometimes my mummy lets me walk next door all by myself and then i, i, i, i, play with myself in front of their dog
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.
|