show/hide this revision's text 2 missing words that changed meaning

@Eli The argument I have heard most regarding not overiding the equals method usually boil down to either confusing other developers or running into issues if a framework/library you are utilizing depends on the default implementation of the method.

I would argue that these are both cases where the other programmer is not respecting the intent of the method and relying on the default implementation in a short sighted way.

show/hide this revision's text 1

@Eli The argument I have regarding not overiding the equals method usually boil down to either confusing other developers or running into issues if a framework/library you are utilizing depends on the default implementation of the method.

I would argue that these are both cases where the other programmer is not respecting the intent of the method and relying on the default implementation in a short sighted way.