Dummy code
Appearance
In computer programming, dummy code is inserted in program skeletons to simulate processing, for example for certain test cases where the expected response of the code is known. This makes it possible to use a design approach, where a partially-functional system is designed and coded, and this system is then expanded to fulfill the requirements for the project to a successively higher level of detail.