-
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
rename set_scope and redefine_scope #23
Comments
Ideas for replacement names for
Ideas for replacement names for
Any thoughts @sbrodehl ? |
I like Anyway, their use cases should be added in the docs. |
If we rename Any ideas for a consistent naming scheme? Scope is maybe misleading? Maybe we should rename it to namespace? |
|
After looking more into this, I tend to maintain |
Both commands sound very similar, however their used cases are pretty different.
What this actually does should be more visible in the method name.
Also, add unit-tests for both functions:
set_scope
register_as
The text was updated successfully, but these errors were encountered: