Skeleton Code
Noun · Slang & Abbreviations
Definitions
A minimal code framework that outlines structure without fleshing out all the behavior. In engineering slang, skeleton code is useful for bootstrapping, demos, or dividing work before details are complete.
In plain English: A bare-bones code structure that serves as a starting framework.
Example: "He checked in skeleton code for the new worker so the interfaces were clear even though the retry logic was still missing."