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

Tuple-returning overload for EquiZip #1

Merged
merged 4 commits into from
Oct 31, 2019
Merged

Tuple-returning overload for EquiZip #1

merged 4 commits into from
Oct 31, 2019

Conversation

Orace
Copy link

@Orace Orace commented Oct 30, 2019

  • Create three new overload for EquiZip
  • Duplicated the tests

Copy link
Owner

@atifaziz atifaziz left a comment

Choose a reason for hiding this comment

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

Thanks for this PR and your help! I've done an initial review.

I wonder if duplicating the tests is worthwhile. If the simpler overloads delegate to the others taking a projection function as argument and we test the tuple-returning overloads then then the coverage should be the same, no?

Could you also update README with the new count of overloads?

MoreLinq/EquiZip.cs Show resolved Hide resolved
MoreLinq.Test/EquiZipTest.cs Outdated Show resolved Hide resolved
MoreLinq.Test/EquiZipTest.cs Outdated Show resolved Hide resolved
MoreLinq.Test/EquiZipTest.cs Outdated Show resolved Hide resolved
MoreLinq.Test/EquiZipTest.cs Outdated Show resolved Hide resolved
MoreLinq.Test/EquiZipTest.cs Outdated Show resolved Hide resolved
Copy link
Owner

@atifaziz atifaziz left a comment

Choose a reason for hiding this comment

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

Thanks! We're almost there! 🏁

Just one last thing:

Could you also update README with the new count of overloads?

@Orace Orace requested a review from atifaziz October 31, 2019 10:59
Copy link
Owner

@atifaziz atifaziz left a comment

Choose a reason for hiding this comment

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

Thank you! 🙏

@atifaziz atifaziz merged commit 39c5147 into atifaziz:vto Oct 31, 2019
@Orace Orace deleted the vto branch October 31, 2019 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.

2 participants