BP17: Don't use singleton. It's an anti-pattern
Singletons can't be easily replaced by different implementation. Dependency injection with object life-iime control is way better solution.
Singletons can't be easily replaced by different implementation. Dependency injection with object life-iime control is way better solution.