ischeinkman / UnofficialAZAApp

An unofficial app for the brotherhood of the Aleph Zadik Aleph.
4 stars 4 forks source link

Inconsistent Handler Generation #8

Closed ischeinkman closed 8 years ago

ischeinkman commented 8 years ago

Currently we create and retrieve handlers in inconsistent ways, e.g. sometimes we create a ContactDatabaseHandler from the ChapterPackHandlerSupport class, sometimes we create it from a context instance, and sometimes we create it from a SQlite Database instance. Handlers should be retrieved using the same method throughout the code.