-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Description
Bundles extra parameters are hard-coded, this being above all error-prone, furthermore causing some code duplication ... plus hard-coding would require changing the variable name in several spots since they do not all refer to the same final constant value ...
Proposed solution: create a Parameters.java file where to store all extra (added by putExtra) parameters, and refactor the code base in order for hard-coded strings to disappear.
Metadata
Metadata
Assignees
Labels
No labels