You’re right though, Isolation and Stupidity are n...
# android
a
You’re right though, Isolation and Stupidity are not equal. For example, I will always isolate my data source through a repository interface. The business logic doesn’t care about where the data comes from, only that there is a set of functions that it can utilize. But the database definitely does have a bunch of querying logic, and perhaps data mapping logic (for example, utilizing the Repository pattern)