Avoid partial .equals(Object o) in JavaThe Effective Java book’s third chapter has 27 pages describing how to safely override Object's equals and hashCode. It’s all good advice…Jan 14Jan 14
Equals equals confusion 1 — C languageIn the first of a series of posts, I’m going to write about the origins of == and .equals(Object) in the Java language, and how they’re…Sep 10, 2024Sep 10, 2024