S
shapper
Hello,
I am working on a project and there are a few values that are used in
many classes.
For example:
DataPath
GoogleAnalyticsAccount
ContactEmail
GatewayEmail
etc
Should I create a static class with some "global variables" (I think
static) and access them from the other classes?
Thanks,
Miguel
I am working on a project and there are a few values that are used in
many classes.
For example:
DataPath
GoogleAnalyticsAccount
ContactEmail
GatewayEmail
etc
Should I create a static class with some "global variables" (I think
static) and access them from the other classes?
Thanks,
Miguel