-
Notifications
You must be signed in to change notification settings - Fork 25
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: split IExecution out from IModule and rename vars to reflect new structure #117
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would love to do another pass at names (and also names for all other things) at some point! installModule
bothers me a bit now since we changed ModuleManifest
to ExecutionManifest
.
Yeah, was thinking about it. Maybe rename it to |
Perhaps. It does pair nicely with |
+1 to |
Also flagging that we should start targeting the |
Ah yes, great catch. @fangting-alchemy could you update the base branch on this PR? |
7bfccaf
to
34a034c
Compare
Refactor interfaces to enable simpler implementation by getting rid of unnecessary function requirement.
Also rename vars to match the refactor.