-
Notifications
You must be signed in to change notification settings - Fork 1
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
Some review feedback #35
Comments
As discussed in the meeting today, this is the design of the method.
Thanks, fixed in #36.
As discussed in the meeting today - this is not a requirement and it is possible (and expected to meet the host hook requirement) to coalesce into a different module record.
Thanks, also fixed this in #36.
As discussed in the meeting the term "ModuleSource" is supposed to clearly mean we are referring to the terminology used for a "Module Source Object". So seeing these two words together is the noun of operation for the methods. I think this terminology is consistently used, and allows us to clearly distinguish module source object operations. We could include some notes to clarify this disambiguation if necessary perhaps? |
import(randomObject)
module.SourcesEqual(module2)
,module.GetSourceName()
,GetSourceModuleRecord()
(this last one is the currently worst named one)The text was updated successfully, but these errors were encountered: