Constant Integer Type Declarations Initialized With Constant Expressions Should Be Constants

from blog The Pasture, | ↗ original
Constant integer-typed (including enumeration-typed) object declarations in C that are immediately initialized with an integer constant expression should just be constant expressions. That’s it.