ucsb-cs56-projects / cs56-android-smoke-signals

-
GNU General Public License v3.0
1 stars 7 forks source link

Refactor SMSRequestManager.java #40

Closed lanthony159 closed 6 years ago

lanthony159 commented 7 years ago

The SMSRequestManager class contains over 500 lines of code with multiple occurrences of duplicated code and numerous return statements, especially in the methodparseSMS. Clean up the code by refactoring the SMSRequestManager class.

~estimated 250

ankushrayabhari commented 7 years ago

39 gets rid of SMS Request Manager in place of multiple smaller class.