Common: work out what to do with the beta namespace
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 24
- Forks
- 41
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 12
Description
common exports a namespace called beta, which has a bunch of beta-grade functionality.
So far as I know it is not used. They are before my time and I've never really looked at what's inside.
It is causing issues like docs#447
We need to decide whether to adopt the beta functions, deprecate them (probably not, surely no-one is using them?), or remove them entirely.
Update: just remove it.
Contributor guide
No contributing guide indexed for this repository
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
Start by locating the common adaptor and its exported beta namespace, then search the repository for imports or uses of those functions. Check related documentation, including docs#447, before removing the unused namespace. Done means the beta export is gone and the relevant tests or checks still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100