TeamAmaze / TeamAmaze/AmazeFileManager
Move everything out of utils package and delete it
Open
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 6.4k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
'utils' is now a pile of classes that have no real relation in functionality, we should not keep adding to that. Moving related classes to their own packages will make finding methods and preventing duplicated or unused code easier, also will help readability.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by inventorying the classes in the utils package and their relationships, then determine appropriate packages for each group; done means related classes have moved and the utils package has been deleted without leaving duplicated or unused code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100