Hi,

I use an application that used to have a shared pool for varaibles for global parameters.
I removed them and implemented a special class for parameters but I don't feel happy with that.

Is it a good practice to implement parameters as class side method on each relevant model class (instead of having a global container for parameters) ? If yes, I guess I need to use pragma or something else to get these parameters easily.

Any comments welcome :)

Thanks

--
Cédrick