Verb
(computing) To build absolute and unchangeable values into a program such that they can only be changed by modifying the source code.
(computing) To insert an unchangeable program into a device; to hard-wire.
To insert subtitles inside a video file, permanently modifying it.
Synonym: hardsub
hard-code (third-person singular simple present hard-codes, present participle hard-coding, simple past and past participle hard-coded)
Alternative spelling of hard code
hard-code
For those of you who would like to hard-code analytics on your site, you can do that through your normal text editor. Source: Internet
Great, but I don't want to hard-code the 'groupId' value into the app because the group id will be different for each instance of Zendesk Support. Source: Internet
We hard-code dev & production servers’ addresses inside the app that is released to customers. Source: Internet
We hard-code our id in MainActivity.java so we can safely assume the same id is in this class, however, the id could also be passed through Intent extras if the precise id wasn't a hard-coded value. Source: Internet
You can hard-code this list if necessary, but using a query gives you more flexibility in the long run and allows you to easily reproduce the same list of values when using the same parameter in multiple reports. Source: Internet
You could also do it like the following, but then it'd be more work to access the constants from within Constructor() or its prototype, since you'd have to hard-code the class name. Source: Internet