Use convert_comma_separated_string_to_list in niswitch, where possible
Open
Nobody has claimed this yet.
niswitch
source-breaker
- Dominant language
- Python
- Stars
- 128
- Forks
- 110
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 10
Description
Description of issue
In niswitch, there are places where convert_comma_separated_string_to_list converter could be used. This reduces the use of fancy functions.
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
Search the niswitch implementation for places where comma-separated strings are converted, then read the linked pull request discussion about convert_comma_separated_string_to_list. Done means applicable conversions use the shared converter without changing behavior; run the relevant niswitch tests if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100