From: <ju...@ag...> - 2007-01-31 15:03:04
|
Now that I see the enum written, and after mentioning the "Context" class, I feel that the later is a better solution because the enum doesn't allow to change the message for any given value when used (only from within the enum declaration), and it doesn't include any really usefull info, so what do you think about the "Context" class concept? |