Skeleton (computer programming): Difference between revisions

Content deleted Content added
No edit summary
mNo edit summary
Line 1:
'''Skeleton programming''' is a style of [[computer programming]] based on simple high-level program structures and [[dummy code]]. Program skeletons resemble to [[pseudo codepseudocode]], but allows [[parsing]], [[compiler|compilation]] and testing of the code.
 
Skeleton programming facilitates a [[top-down]] design approach, where a partially-functional system with complete high-level structures is designed and coded, and this system is then expanded to fulfill the requirements for the project to a successively higher level of detail.