Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove or Refactor Singleton class #123

Open
Sqeaky opened this issue Feb 3, 2016 · 0 comments
Open

Remove or Refactor Singleton class #123

Sqeaky opened this issue Feb 3, 2016 · 0 comments
Assignees

Comments

@Sqeaky
Copy link
Member

Sqeaky commented Feb 3, 2016

The only classes using the singleton's functionality are the Entresol, CatchApp and managers that really don't use its functionality.

The Manager pattern is a suitable replace for the singleton class in all the managers, but CatchApp and the Entresol will require some finessing.

Either refactor or remove the singleton class and insure that that CatchApp and the Entresol are still guaranteed to be singular and that they are destroyed appropriately.

@Sqeaky Sqeaky self-assigned this Feb 3, 2016
@Sqeaky Sqeaky added this to the 1 - Jagati Refactor milestone Feb 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant