You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, a decorator is named @listener in BaseLib.py, which is strange,
because decorator in Python is commonly named as a verb.
Describe the solution you'd like
I suggest use @handle instead of @listener.
Since the name is just in develop branch and haven't been released,
I think it is possible to change name now.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, a decorator is named
@listener
in BaseLib.py, which is strange,because decorator in Python is commonly named as a verb.
Describe the solution you'd like
I suggest use
@handle
instead of@listener
.Since the name is just in develop branch and haven't been released,
I think it is possible to change name now.
The text was updated successfully, but these errors were encountered: