Problem: _update should not mutate in place
because it is the cause for subtle bugs Solution: return copies of object rather than mutating
Showing
Please register or sign in to comment
because it is the cause for subtle bugs Solution: return copies of object rather than mutating