Consider immutable merges
Opened this issue · 0 comments
thorncp commented
Mutating objects within a library has potential to lead to strange bugs within application code. Given Centroid's intended use case of "set up once, at launch," it's probably not going to be an issue. However, we can't anticipate every way it'll be used, and could mitigate these issues by not mutating the underlying objects.