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

Simplify entity and configurer implementations. #295

Merged
merged 8 commits into from
Aug 15, 2024
Merged

Simplify entity and configurer implementations. #295

merged 8 commits into from
Aug 15, 2024

Conversation

jmalloc
Copy link
Member

@jmalloc jmalloc commented Aug 15, 2024

What change does this introduce?

This PR "flattens" the heirarchy of the entity and configured types. Instead using a tree of embedded types for code reuse, instead the implementations just call out to unexported helper functions.

Why make this change?

Hopefully trading a bit of repetition for clarity in preparation for upcoming changes to the Dogma spec.

Is there anything you are unsure about?

No

What issues does this relate to?

None

@jmalloc jmalloc merged commit 660f84a into main Aug 15, 2024
3 checks passed
@jmalloc jmalloc deleted the flatten branch August 15, 2024 06:32
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