Skip to content
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

Event naming convention #48

Open
ryannealmes opened this issue Apr 5, 2016 · 0 comments
Open

Event naming convention #48

ryannealmes opened this issue Apr 5, 2016 · 0 comments

Comments

@ryannealmes
Copy link
Collaborator

Is there a reason why the event naming convention is different across listeners.

For example looking at hangout::joined and participantsChanged,.

socket.on("hangout::joined", function(data) {

and

socket.on("participantsChanged", function(data) {

It's not essential, but it would be nice to have a standard so other developers don't have to think about naming too much and can know what format to expect.

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant