Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of Insert trait pervasively #1377

Merged
merged 12 commits into from
Nov 22, 2022
Merged

Make use of Insert trait pervasively #1377

merged 12 commits into from
Nov 22, 2022

Conversation

hannobraun
Copy link
Owner

Change all code that inserts objects into a store to use the Insert trait. This is a bit more concise, on average, and it encapsulates object insertion a bit better, insulating most code from changes to the Store API. This came out of a local branch where I'm prototyping such changes.

@hannobraun hannobraun merged commit bea5ac4 into main Nov 22, 2022
@hannobraun hannobraun deleted the insert branch November 22, 2022 15:52
@hannobraun hannobraun mentioned this pull request Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant