Support more operations on arrays
Open
Nobody has claimed this yet.
enhancement
good first issue
- Dominant language
- C#
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We have
- push
- pop
- removeAt
Some of them can be implemented to the ``./Yail/lib/collections.yail`` package
To-do
- [ ] find
- [ ] indexOf
- [ ] join
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 reading ./Yail/lib/collections.yail and compare the existing push, pop, and removeAt operations. The requested work is to add find, indexOf, and join for arrays; verify each operation through the project’s interpreter, since the issue does not name a test file or define edge-case behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100