Back to Glossary
DevelopmentBeginner Friendly

What is Module?

A self-contained piece of code that can be imported and used in other parts of your project

Why It Matters

Modules help organise code into manageable, reusable pieces

Real-World Example

A 'utils' module that exports commonly used helper functions

“Understanding terms like Module matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

From definition to deployment

Knowing the term is step one. Using it in something real is the rest.