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

ref: rename functions #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

fungaren
Copy link

rename DecodeBytes to DecodeAll
rename Node.String to Node.Base64

Currently we have DecodeSingle and
DecodeBytes, but it ambiguous to users
that the DecodeBytes is actually DecodeAll,
and DecodeSingle can also decode 'bytes'.

Summary

Describe the changes and fixes, or link to an existing issue.

Checklist

  • I have added code related to the library scope that does not focus on a specific use case.
  • I have not added a new dependency, or the code owners have agreed to it.
  • I have written tests for the new code, or the existing tests cover it completely.
  • I have not added // nolint comments to the code to fix linter issues.
  • I have not changed configuration files (CI, lint, templates, etc) without authorization.

rename DecodeBytes to DecodeAll
rename Node.String to Node.Base64

Currently we have DecodeSingle and
DecodeBytes, but it ambiguous to users
that the DecodeBytes is actually DecodeAll,
and DecodeSingle can also decode 'bytes'.
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.

1 participant