Skip to content
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

Implement arithmetic methods for List #75

Open
4 tasks
MajorLift opened this issue Nov 27, 2023 · 0 comments
Open
4 tasks

Implement arithmetic methods for List #75

MajorLift opened this issue Nov 27, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@MajorLift
Copy link
Collaborator

The List module currently lacks basic arithmetic methods for lists of numeric types:

  • List.Max
  • List.Min
  • List.Sum
  • List.Product

Performance optimization should be prioritized over achieving a simpler, elegant implementation.

Unit tests and JSDoc comments should be included, and they should adhere to the guidelines established in the style-guide/ directory.

@MajorLift MajorLift added enhancement New feature or request good first issue Good for newcomers labels Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant