Featured image for

Hard Coded

Hard coded = some data, like a string or an integer, that has been committed in its “raw” form to the codebase instead of being read from an appropriately sourced variable (ie, ENV var, values read from DB, user input, etc).

This could be placeholder data during dev or an acceptable temporary arrangement for prod, but the significance is that it won’t change no matter what a user does.