David Blaikie <dblaikie at gmail.com> writes:
> This could still be split up further, simply by reversing the changes:
>
> Update existing code that mutates objects so it they don't mutate.
> Remove mutation functions.
> Add const.
That's a good solution. Implementing it now. Thanks!
-Dave