Project Attributes must be in specific order
- Dominant language
- Python
- Stars
- 28
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Currently there is a generic "Attributes" array that is used to store and print the attributes. They have to be in a specific order, so they each need a setter, or else there needs to be a dictionary where each optional one is looked up.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the generic "Attributes" array and the code that stores and prints it. Compare the required attribute order with the current output, then determine whether individual setters or keyed lookup best fits the existing design. Done means optional attributes are emitted in the required order and the relevant output behavior is covered by tests, if present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100