yes, but somehow you need to trigger actual `save`...
# android-architecture
g
yes, but somehow you need to trigger actual
save
after all these
setDate, setDetails...
. And Repository with a
save/saveToDisk/commit
method doesn't look very clean to me, because the whole point of Repository was to abstract from disk/memory/network/etc/ and now it's obvious that the object was in memory and has to be persisted.