MerrimanInd / MerrimanInd/drawpyo
Move XMLBase.xmlify out of class and to a function
Open
enhancement
- Dominant language
- Python
- Stars
- 412
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
This doesn't need to be inherited since it makes no use of other class-owned data or functions. Move it to its own function and fix all callers.
Contributor guide
Research direction
Search the repository for XMLBase.xmlify and every caller. Read the implementation and its call sites first, then move the behavior to a standalone function and update all references. Done means the class-owned method is no longer used and the existing chart-generation behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100