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

Inconsistent insert function argument naming #12

Open
EvgSkv opened this issue Feb 15, 2022 · 0 comments
Open

Inconsistent insert function argument naming #12

EvgSkv opened this issue Feb 15, 2022 · 0 comments

Comments

@EvgSkv
Copy link

EvgSkv commented Feb 15, 2022

We have two signatures for insert function and the second array is named inconsistently. Is it on purpose? If not, should we rename it?

public void insert(String item, Map<String, Long> itemMetadata) {

public void insert(Long item, Map<String, Long> values) {

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