InStream.get_channels_buffer_size should not be public
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 592
- Forks
- 199
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 10
Description
InStream.get_channels_buffer_size and OutStream.get_channels_buffer_size were intended to be internal helper methods, but they don't have a leading underscore so this makes them undocumented public APIs. We should rename them to add a leading underscore.
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 repository for InStream.get_channels_buffer_size and OutStream.get_channels_buffer_size, including their call sites and tests. Rename these helper methods with leading underscores and update every reference; done means no old method names remain and the existing test suite passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 38/100