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

Define and use Configuration type #55

Merged
merged 3 commits into from
Apr 17, 2024
Merged

Define and use Configuration type #55

merged 3 commits into from
Apr 17, 2024

Conversation

LukeCarrier
Copy link
Owner

Some cleanup ahead of addressing #40

We need to make an effort to type the BasePlugin.config dict, as we're
otherwise having to unpack and pass many arguments to some of the more
complicated callbacks.

I'm trying to straddle the line between a reasonable number of args and
overly tight coupling by only using this object in methods which
actually do processing for now, and not those involved in computing
configuration.
@LukeCarrier LukeCarrier self-assigned this Apr 17, 2024
@LukeCarrier LukeCarrier marked this pull request as ready for review April 17, 2024 13:39
@LukeCarrier LukeCarrier merged commit 63f981f into main Apr 17, 2024
4 checks passed
@LukeCarrier LukeCarrier deleted the extract-config branch April 17, 2024 13:39
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