Lukeuke / Lukeuke/Yail

Support more operations on arrays

Open
#15 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.