sweep: please develop a class that implements a map like data structure with a set of keys and a list of values that are linked.
Open
Nobody has claimed this yet.
enhancement
sweep
- Dominant language
- Apex
- Stars
- 110
- Forks
- 15
- Avg merge
- 1m
- Merged PRs (30d)
- 7
Description
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 with force-app/main/default/classes/LinkedMap.cls and force-app/main/default/classes/LinkedMapTests.cls, then review the linked commits 5364b7f and cddce6e. The issue is done when the Apex linked-map implementation and its tests are present and cover the requested behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 15/100