Skip to content

feat: add list-ops exercise #801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 14, 2024
Merged

feat: add list-ops exercise #801

merged 3 commits into from
Feb 14, 2024

Conversation

vaeng
Copy link
Contributor

@vaeng vaeng commented Feb 12, 2024

No description provided.

@vaeng vaeng mentioned this pull request Feb 12, 2024
11 tasks
Implement basic list operations.

In functional languages list operations like `length`, `map`, and `reduce` are very common.
Implement a series of basic list operations, without using existing functions.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As it is stated in the instructions, we should not reiterate that in an additional amendment, right?

For the example I even skipped .size() for the length. But as a mentor, I think I would let it pass.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As it is stated in the instructions, we should not reiterate that in an additional amendment, right?

Whatever you think makes the most sense 🤷 It's fine to let it pass as a mentor, but I would argue that just shelling out to existing functions does not really teach the student much.

@vaeng vaeng added x:module/practice-exercise Work on Practice Exercises x:rep/large Large amount of reputation labels Feb 12, 2024
@vaeng vaeng requested a review from ErikSchierboom February 14, 2024 12:28
@vaeng vaeng merged commit 528881c into main Feb 14, 2024
@vaeng vaeng deleted the feat--add-list-ops-exercise branch February 14, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:module/practice-exercise Work on Practice Exercises x:rep/large Large amount of reputation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants