Skip to content

Translate Go algorithm comments from Portuguese to English #346

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

Merged
merged 4 commits into from
Jul 27, 2024

Conversation

K11E3R
Copy link
Contributor

@K11E3R K11E3R commented Jul 24, 2024

Summary

Translated comments, variable names, and function names in Go algorithm files from Portuguese to English.

Details

  • Comments: Updated all comments to English to improve readability for English-speaking developers.
  • Variable Names: Renamed variables from Portuguese to English to align with common coding conventions and enhance code clarity.
  • Function Names: Renamed functions from Portuguese to English to maintain consistency and readability.
  • Code: No functional changes to the code; only identifiers and comments were modified.

Related Issues

K11E3R

This comment was marked as duplicate.

K11E3R

This comment was marked as off-topic.

Copy link
Contributor Author

@K11E3R K11E3R left a comment

Choose a reason for hiding this comment

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

  • Done reviewing ✅ all files

Copy link
Owner

@kelvins kelvins left a comment

Choose a reason for hiding this comment

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

Nice, thank you so much @K11E3R!

func print => func show (
all the code updated with the new function 'show') 

done ✅
Copy link
Contributor Author

@K11E3R K11E3R left a comment

Choose a reason for hiding this comment

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

func print => func show

full code updated ✅

@kelvins kelvins merged commit f8715ed into kelvins:main Jul 27, 2024
2 checks passed
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.

Translate Go algorithms and comments to English.
2 participants