is there such a thing as diffing two objects?
# getting-started
o
is there such a thing as diffing two objects?
k
Not in Kotlin itself, I think there are libraries for it though.
o
ah so it’s a whole procedure
r
Considering classes can override their concept of equality, diffing isn't particularly well defined.