>>96
if you want to modify it, you'll have to adapt to some quirks of naming conventions.
I don't want to change some number 99% of the time, and i want to have reminder in case i change it.
ADD_NUMBER_35 //contains default number embedded in itself
ADD_NUMBER_ARRAY_OP_HFIX_NEW// contains zero information beside its location.
If you have one ADD_NUMBER_ARRAY_OP_HFIX_NEW its fine to remember what values it should have,but what if you have 3-4 such similar named constants like ADD_NUMBER_ARRAY_OP_MFIX_NEW? What makes them different? Thats just useless semantic noise.