You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I want a clean separation of the underlying storage layer from the operations of the data layer. Right now, feels are tightly integrated with the underlying storage adapter (which happens to be sqlite3).
Extract feel-specific data operations from the storage adapter. Create a new 'feel' repository with a dependency on the storage interface. Move feel operations up to the repository.
The text was updated successfully, but these errors were encountered:
As a developer, I want a clean separation of the underlying storage layer from the operations of the data layer. Right now, feels are tightly integrated with the underlying storage adapter (which happens to be sqlite3).
Extract feel-specific data operations from the storage adapter. Create a new 'feel' repository with a dependency on the storage interface. Move feel operations up to the repository.
The text was updated successfully, but these errors were encountered: