adj.
(Computers) of data inserted/written directly into a program where it cannot be easily changed or modified (as opposed to data that can be modified by users)
Hard coding (also, hard-coding or hardcoding) refers to the software development practice of embedding what may, perhaps only in retrospect, be considered an input or configuration data directly into the source code of a program or other executable object, or fixed formatting of the data, instead of obtaining that data from external sources or generating data or formatting in the program itself with the given input.