Replace all overrides to GetHashCode() with an actual implementation instead of calling the base method. #100

Open
opened 2023-08-22 08:46:56 -04:00 by That-One-Nerd · 0 comments
That-One-Nerd commented 2023-08-22 08:46:56 -04:00 (Migrated from github.com)

I've kind of put off making a proper hash function and instead I'd just call base.GetHashCode() in every override. In the future I'll probably just XOR a bunch of hashes from the variables inside each type (if I'm certain no patterns arise from that).

I've kind of put off making a proper hash function and instead I'd just call `base.GetHashCode()` in every override. In the future I'll probably just XOR a bunch of hashes from the variables inside each type (if I'm certain no patterns arise from that).
That-One-Nerd added this to the (deleted) project 2025-05-14 07:59:19 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: That-One-Nerd/Nerd_STF#100
No description provided.