Review, organize, and refactor the public methods of the AbstractStorage implementations
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 17h 7m
- Merged PRs (30d)
- 358
Description
## Motivation
- We want to avoid having implementation-specific public methods whenever possible.
Therefore, let’s review all public methods, list which ones have a clear justification for existing, and remove any methods that are unnecessary.
## Details
- Let’s list all public methods that are currently in use.
- Let’s document the rationale for why each public method should exist, or at least note it in comments.
- Let’s remove any public methods that are unnecessary.
JIRA Issue: BA-3797
Contributor guide
Assessment
This issue has not been assessed yet.