Jasonette / Jasonette/JASONETTE-Android
refactor property names into constants
Open
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 266
- PR merge metrics
- No merged PRs in 30d
Description
currently its hard to track down usage of particular json properties because the names are local string values throught out the code base.
Contributor guide
Research direction
Start by searching the codebase for repeated local string values used as JSON property names and identify where shared constants would belong. Done means the property names are represented consistently by constants throughout the relevant code without changing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100