Stub - Research Article from World of Computer Science

This encyclopedia article consists of approximately 1 page of information about Stub.
Encyclopedia Article

Stub - Research Article from World of Computer Science

This encyclopedia article consists of approximately 1 page of information about Stub.
This section contains 155 words
(approx. 1 page at 300 words per page)

A stub is a skeleton program or routine used early in the software development process to substitute for a fully functional program that has not been developed yet. Stub programs are temporary sections of programming code that assist in testing interfaces to and from the complete program.

Minimal programming code is written in a stub. A stub must contain enough code to be compiled and linked with the other related programs as well as test data values being passed to and from other programs. To do this the stub must include at least the declarations of variables and functions. In addition programmers sometimes include simple functionality or text debugging messages that allow them to view the sequence of logic being executed by the stub.

As the development process proceeds, stub functions are replaced one at a time with the real functions. This allows the programmer to isolate errors, improving the quality of development.

This section contains 155 words
(approx. 1 page at 300 words per page)
Copyrights
Gale
Stub from Gale. ©2005-2006 Thomson Gale, a part of the Thomson Corporation. All rights reserved.