ソースコードでは、シンボリック定数を使う代わりに、変更する必要のあるリテラル定数 定数を使用する。
The source code uses literal constants that may need to change or evolve over time, instead of using symbolic constants.