nkprasad12 / dnd

Web application for TTRPGs.
MIT License
1 stars 0 forks source link

Make BoardModel immutable #84

Closed nkprasad12 closed 3 years ago

nkprasad12 commented 3 years ago

We end up having to make a lot of defensive copies anyways, and this would make reasoning about it much more straightforward.