Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Repurpose Repository & DataSource to express the combination of get/put/delete types #108

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

doup
Copy link
Contributor

@doup doup commented Oct 11, 2022

Repurpose Repository & DataSource to allow a generic T so that it now expresses the combination of all three basic get/put/delete interfaces. Code simplified where possible.

Closes #88

Copy link
Contributor

@orioljp orioljp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It makes total sense 👍

@doup doup merged commit 6969cc6 into master Oct 12, 2022
@doup doup deleted the feature/repurpose-interfaces branch October 12, 2022 10:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Repurpose DataSource/Repository base interface to DataSource<T>/Repository<T> get/put/delete type aliases
4 participants