-
Notifications
You must be signed in to change notification settings - Fork 7
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
Increase event name readability/writability #96
Comments
I think a |
I use this syntax to print the namespace.. |
@gianarb reuse it? :D |
Guys.. Feedback to change this code?! IMO indexcontroller.index is very very very very ugly..
|
+1 for ::class usage |
also, classname.method make collision when there is same classname but different namespace |
Fixes #96 , implements ClassName::class prefix for event name
I know that this proposal broke compatibility but I think to change
My proposal is:
To change
classname.method
(indexcontroller.index) withclass.method
.. In this way we can replacewith
Maybe this approach is more readable/writable.. What do you think?
The text was updated successfully, but these errors were encountered: