Menu

#2 refactor Prometheum singleton creation

open
nobody
None
5
2012-09-18
2002-09-24
Joe Romaine
No

The way that the promethem singleton is currently
implemented causes it to be extremely resistant to
additions, deletions and modifications of its initialization
parameters. Specifically, there exists a createInstance
() method which accepts all the params which the
application requires to run. A more flexible solution
should be implemented such as a PrometheumConfig
object?

Discussion


Log in to post a comment.