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

Use Enum.into/3 and Enum.map_join/3 in Util. #205

Merged
merged 2 commits into from
Feb 3, 2017

Conversation

asummers
Copy link
Contributor

@asummers asummers commented Feb 3, 2017

Enum.into/3 lets you transform the input values, so this avoids a
second loop. Same with Enum.map_join/3. Relatively minor.

Enum.into/3 lets you transform the input values, so this avoids a
second loop.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 26.147% when pulling 76485c3 on asummers:cleanup-utils into fab5b57 on code-corps:2.0.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 26.147% when pulling bba1eb3 on asummers:cleanup-utils into fab5b57 on code-corps:2.0.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 26.147% when pulling a70f44b on asummers:cleanup-utils into fab5b57 on code-corps:2.0.

@asummers asummers changed the title Use Enum.into/3 in Util. Use Enum.into/3 and Enum.map_join/3 in Util. Feb 3, 2017
@joshsmith joshsmith merged commit 57b0b2c into beam-community:2.0 Feb 3, 2017
@joshsmith
Copy link
Contributor

🙌

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.

3 participants