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

added docs and made func signature explicit #21

Merged
merged 1 commit into from
Oct 6, 2019

Conversation

tkivisik
Copy link
Contributor

@tkivisik tkivisik commented Oct 6, 2019

As function signature is a part exposed to the outside, I made the parameter name explicit (from s to size). The smaller the scope, the shorter the variable naming can be, therefore, it's fine to use s to represent size inside the function as part of the implementation.

As function signature is a part exposed to the outside, I made the parameter name explicit (from `s` to `size`). The smaller the scope, the shorter the variable naming can be, therefore, it's fine to use `s` to represent `size` inside the function as part of the implementation.
@egonelbre egonelbre merged commit 866ad2c into loov:master Oct 6, 2019
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.

2 participants