noun
hard coding
Computing term for embedding data or configuration directly into source code rather than using external files or variables.
パスワードをハードコーディングするのはセキュリティ上危険です。
Hard coding passwords is dangerous from a security standpoint.
設定値をハードコーディングせず、設定ファイルを使うべきだ。
You should use a configuration file instead of hard coding the settings.