scionaltera / emergentmud

EmergentMUD is a free, text based "Multi-User Domain" that you play in your browser.
https://emergentmud.com
GNU Affero General Public License v3.0
5 stars 1 forks source link

Review mutability of model objects #59

Open scionaltera opened 6 years ago

scionaltera commented 6 years ago

I haven't been very good about making model objects immutable and ensuring they all have implemented equals() and hashCode(). It would be good to review the models and see if there are any that need it.

A couple of potential candidates are Coordinate and Pronoun but there are probably others.