#Data shared and written by all systems - Best practices?

1 messages · Page 1 of 1 (latest)

distant nymph
#

So I use a singleton to store a lot of data that is read and written by all the systems. But singletons have terrible dependency management. Are they supposed to be used like this? I'm not really sure. I think its the contrary. It's for kind of static info that everyone can read, isn't it?, on top of the hierarchy, not a data container touched by everyone... What would be a better choice ?