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

[templates] No need for -Callback suffix #684

Open
domenic opened this issue Nov 2, 2017 · 1 comment
Open

[templates] No need for -Callback suffix #684

domenic opened this issue Nov 2, 2017 · 1 comment
Assignees

Comments

@domenic
Copy link
Collaborator

domenic commented Nov 2, 2017

Since these aren't methods that live on some class which will be full of useful user-defined stuff, we don't need to "namespace" them like we did with custom elements. Let's just do create() { ... } and process() { ... } instead.

@rniwa
Copy link
Collaborator

rniwa commented Nov 2, 2017

That's a good point. We can just do that.

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

No branches or pull requests

2 participants