What does "module" mean in programming?
module is one of the most common terms in software development. This guide explains what it means, how it is used in practice, and why it matters, with real examples from the developer world.
Definition
A self-contained unit of code that groups related functionality together. Modules can be imported and exported between files, and they help keep codebases organized.
Example
"Import the authentication module and call its login function."
Related terms
Ready to practice your English at work?
Lingua-e has interactive exercises built around real developer conversations: standups, code reviews, retrospectives, and more. Practice until it comes naturally.
Try Lingua-e for free