this post was submitted on 02 Feb 2026
167 points (81.7% liked)
Memes
54155 readers
1060 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That is not what hardcoded means.
The "hard" part of "hardcoded" means you have to edit the source directly to make changes (or at runtime via memory editing).
It does not mean "written as part of the source but editable via gui".
Unless there is some other item I'm missing here from a casual glance at common filters included as an example, then yes, you are misunderstanding the term "hardcoded".
How would you go about changing the
seven_things_plusvariable via the GUI?You can't. You can get around the filtering by other means, but that doesn't make
seven_things_plusany less hardcoded.Maybe the term hardcoded have some particular negative connotations for you. In that case please explain what that connotation may be.
The correct definition just means data in the code rather than loaded at runtime. It is not necessarily a bad thing (things like unit conversion factors are perfectly reasonable to hardcode). In this case, I'll let everyone judge for themselves if hardcoding 'enoughmuskspam' is acceptable.