emberfeather / algid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use common stub for singleton manager

Zoramite opened this issue · comments

Use a common stub for the missing singletons instead of creating a new one for each.

After looking into the code more, it appears that the stub does logging if the
application is in debug mode. This is helpful for determining which components are
being used but not defined. Would loose that ability if a common stub was used.