Core Library

Noun · Development

Definitions

  1. A fundamental shared library that exposes common utilities, domain logic, or primitives used broadly across a codebase. Core libraries are often stabilized carefully because many services or applications import them directly.

    In plain English: A basic shared library that many parts of the system use.

    Example: "The date parsing fix went into the core library so every service stopped reimplementing slightly different timezone handling."

Related Terms