ischeinkman / UnofficialAZAApp

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

"Handler" Classes Rename #29

Open ischeinkman opened 8 years ago

ischeinkman commented 8 years ago

Right now we call classes that interact with different sources for information "handlers," like the ContactDatabaseHandler class and EventRSSHandler class. It has come to my attention that Android itself has classes named "handlers" as well, for dealing with delayed and multithreaded events. This then begs the question -- should we rename our "handler" classes to something else? "Interactor"? "Generator"? "Factory"?