Core Module
Noun · Development
Definitions
A central module that contains foundational logic, interfaces, or services required by the rest of an application. Core modules typically define stable boundaries and are treated more cautiously than leaf features.
In plain English: A central module that provides important functionality to the rest of the codebase.
Example: "They moved request context handling into a core module so every transport adapter could reuse the same behavior."