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

Rewrite how exported functions are run #61

Open
Jwaxo opened this issue May 22, 2014 · 0 comments
Open

Rewrite how exported functions are run #61

Jwaxo opened this issue May 22, 2014 · 0 comments
Assignees

Comments

@Jwaxo
Copy link
Member

Jwaxo commented May 22, 2014

Since all exported functions require client and requires, we should set it up so that when they are ready and saved for re-use by loadPlugins the functions also have those arguments automatically inserted to the new function. This will save on time when someone calls on the function later.

For example, findUser(name) instead of findUser(client, requires, name).

@Jwaxo Jwaxo self-assigned this May 22, 2014
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

1 participant