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

refactor: Add generator node base #2006

Merged
merged 8 commits into from
Nov 13, 2024
Merged

Conversation

trisyoungs
Copy link
Member

This PR makes the AddGeneratorNode and AddPairGeneratorNode classes derive from a common base class AddGeneratorNodeBase. This allows us to keep a lot of common variables and functionality in one place, rather than duplicating it everywhere as was done before. Implementation of future Add* nodes will now be considerably easier.

@trisyoungs trisyoungs added this to the Release 1.6 milestone Nov 12, 2024
@trisyoungs trisyoungs merged commit 876d208 into develop Nov 13, 2024
10 checks passed
@trisyoungs trisyoungs deleted the add-generator-node-base branch November 13, 2024 09:59
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.

2 participants