Skip to content

Add zipper exercise#179

Merged
robkeim merged 1 commit intoexercism:masterfrom
ErikSchierboom:zipper
Jan 20, 2017
Merged

Add zipper exercise#179
robkeim merged 1 commit intoexercism:masterfrom
ErikSchierboom:zipper

Conversation

@ErikSchierboom
Copy link
Copy Markdown
Member

Only one to go! #171 😎

if (other == null || !Equals(Value, other.Value))
return false;

if (!ReferenceEquals(Left, other.Left) && (!Left?.Equals(other.Left) ?? false))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

You're giving into the dark side @ErikSchierboom :)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I did :)

@robkeim
Copy link
Copy Markdown
Contributor

robkeim commented Jan 20, 2017

Great work @ErikSchierboom!

@robkeim robkeim merged commit f99afa6 into exercism:master Jan 20, 2017
@ErikSchierboom ErikSchierboom deleted the zipper branch January 20, 2017 07:47
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