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

Documentation and cleanup #8

Merged
merged 2 commits into from
Jul 21, 2024
Merged

Documentation and cleanup #8

merged 2 commits into from
Jul 21, 2024

Conversation

tginsberg
Copy link
Owner

  • Documenting usages in README
  • JavaDocs for user-facing functions
  • Move util functions to package
  • Rename zip to zipWith
  • Remove mapWithIndex, not useful (use map)
  • Added test cases for null parameters
  • Changed argument-related NullPointerException to IllegalArgumentException

+ Documenting usages in README
+ JavaDocs for user-facing functions
+ Move util functions to package
+ Rename `zip` to `zipWith`
+ Remove `mapWithIndex`, not useful (use `map`)
+ Added test cases
+ Changed argument-related NullPointerException to IllegalArgumentException
@tginsberg tginsberg merged commit f284cd6 into main Jul 21, 2024
1 check passed
@tginsberg tginsberg deleted the feture/readme-cleanup branch July 21, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant