|
|
|
|
|
by hesdeadjim
3991 days ago
|
|
Yea it's easy enough to use dependency injection to satisfy these supposedly "global" requirements. About the only global state I can tolerate is read-only constants, but even then you are much better off with DI just because of testing. |
|