|
|
|
|
|
by mattmanser
3676 days ago
|
|
The article is not talking about config files, which is one of the few valid reasons to do this, as with a config file you're almost always going to just want the whole thing once at initialization. And even then, only if there's loads of config values. If you've only got 5 or 10, that solution is bad. The article is implicitly talking about business objects. |
|