- A piece of code used to stand in for some other programming functionality. A stub may simulate the behavior of existing code (such as a procedure on a remote machine, such methods are often called mocks) or be a temporary substitute for yet-to-be-developed code. Stubs are therefore most useful in porting, distributed computing, as well as general software development and testing. ← Wikipedia
- Previous term: Structured Query Language
- Next term: Style guide
- Random term: Binary chop