noun
named constant
A constant in programming that is given a descriptive name, as opposed to a literal value.
このコードでは、マジックナンバーを避けるために名前付き定数を使っています。
In this code, named constants are used to avoid magic numbers.
Compound of 名前付き (named) + 定数 (constant). A straightforward technical term.