joeweaver / joeweaver/nufebmgr
Convert to Path insted of raw strings
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Adding type hinting has revealed that some classes are accepting raw strings for filenames and locations. This is fine, but combined with starting to use Path instead, it is revealing some untidyness. Best to go through and 1) update to use Path explicitly and 2) incorporate type hinting when not already done in relevant functions.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating classes and relevant functions that accept raw strings for filenames or locations, then review existing Path usage and type hints. Done means those locations use Path explicitly and the relevant functions have appropriate type hints.
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
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100