Term Module
Definition

A Module is a self-contained unit of code or functionality that can be developed, tested, reused, or imported independently.

Context & Usage

Modules help organize source code, control dependencies, and separate responsibilities within larger systems.

Related concepts include Syntax and Variable.

Categories Software Development and Programming