|
|
|
|
|
by nertirs1
603 days ago
|
|
Imho, mutating the same object so many times, that a developer can't easily infer already applied changes is also a strong code smell. Fat models tend to encourage it, since all the mutation logic is available to all the services. |
|