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

feat(aliases): add the nice-to-have aliases to the dynamic client code #209

Merged
merged 2 commits into from
Mar 8, 2018

Conversation

silasbw
Copy link
Contributor

@silasbw silasbw commented Mar 8, 2018

No description provided.


module.exports.aliasResources = function (resourceObject) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: i am not that familiar with the project - is it using function expressions or arrow functions? if the latter, it may worth changing it to arrow functions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a mix, and not a very well defined convention: arrow functions for callbacks, function expressions for everything else. It could make sense to revisit that "convention" in another PR / issue.

@silasbw silasbw merged commit b1b355f into master Mar 8, 2018
@silasbw silasbw deleted the aliases0 branch March 8, 2018 20:05
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

Successfully merging this pull request may close these issues.

None yet

2 participants