alternatively, some frameworks have Unit Of Work, ...
# android-architecture
g
alternatively, some frameworks have Unit Of Work, which is an in memory thingie on the top of Repository, that tracks entity changes during a period of time and knows how to save at the end. But I'm not sure how one fit it into Clean Architecture.