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

use composition in RM-87 #255

Conversation

ryantimjohn
Copy link
Contributor

@ryantimjohn ryantimjohn commented Oct 10, 2023

Per @Brunope 's comment here:
#245 (comment)

I don't want to create some weird inheritance hierarchy, but thought it might make sense to use the spirit of Composition Over Inheritance and just have some methods we can import to use in these functions. Of course, this isn't strictly composition since it doesn't use another class to implement those methods.

@ryantimjohn ryantimjohn force-pushed the RM-87-Upgrade-to-SQLAlchemy-2.0 branch from f22acfd to d9534d8 Compare October 10, 2023 15:45
@ryantimjohn ryantimjohn merged commit 182502d into RM-87-Upgrade-to-SQLAlchemy-2.0 Oct 10, 2023
4 of 5 checks passed
@ryantimjohn ryantimjohn deleted the use-composition-in-RM-87-Upgrade-to-SQLAlchemy-2.0 branch October 10, 2023 15:46
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