Hard Code — When a value, setting, or piece of information is written directly and permanently into the software code rather than being configurable. It’s fixed and can only be changed by a developer. Think of it like carving something into stone versus writing it on a whiteboard.

See also: Instance, Laravel

Related