-
Notifications
You must be signed in to change notification settings - Fork 2
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
Proposed Terminology Change #263
Comments
Based on your definition, a module by itself could not be a plugin? But couldn't a module act as a plugin for execution purposes? I do like the shorter name and getting plugin into the terminology. I guess I don't think there would be much confusion between module and "module collections", though. I don't think I have another solution to propose, but I will think about it some more. |
@twindus strictly speaking, a "module collection"/"plugin" is a C++ shared library (or Python module) which exposes a |
@ryanmrichard Got it! I am fine with the change as long as we document it. Will it cause much ripple through the code? |
@twindus I believe it's only an issue in documentation. |
Given the overwhelming support for the name change I'm in the process of making the changes in #272. So if anyone has a problem with it now's the time to speak up. |
I think |
@keceli while I don't disagree with you, I'm not thrilled with the idea of changing the "module" term at this point given how pervasive it is throughout the stack. Unlike "module collection", changing "module" has code ramifications. FWIW, in #272 I coined the term "PyModule" to indicate a |
I like the recent change with 5a8280a in the documentation. Using |
@ryanmrichard @keceli Can this issue be closed? If there are specific actions on this, then we should delineate them. |
Right now the individual functions a user exposes to PluginPlay are called modules, and modules are grouped into "module collections". I propose we rebrand "module collections" as "plugins". Basically I want to define a "plugin" as a set of modules distributed together.
My logic:
This issue is to solicit feedback from the community.
The text was updated successfully, but these errors were encountered: