|
|
|
|
|
by yongjik
2588 days ago
|
|
If you are doing deep structure compare to check if an object was "changed", you're doing "mutable programming" wrong. IMHO, if you're doing deep compare on anything for any reason, it's usually a sign that the data model is on a shaky ground. |
|