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

Get rid of referential equality, because it's not guaranteed or desir… #46

Merged
merged 1 commit into from
Jul 14, 2016

Conversation

rianjs
Copy link
Collaborator

@rianjs rianjs commented Jul 14, 2016

Get rid of referential equality, because it's not guaranteed or desirable. Some minor updates to broken serialization unit tests: style, formatting. #45

@mcshaz - I changed a few stylistic things, and one significant thing: I got rid of Assert.AreSame. Referential equality isn't required, and while it may happen, I would prefer structural equality assertions only. (The Equals() methods all check for that first anyway, and if it were a requirement, it would be better to assert it first anyway, as it's both faster and more strict. :) )

…able. Some minor updates to broken serialization unit tests: style, formatting. #45
@rianjs rianjs merged commit 065c641 into master Jul 14, 2016
@rianjs rianjs deleted the MinorTestTweaks branch July 14, 2016 02:11
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