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

chore: rewrite rot13 title and description #47

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

ccoVeille
Copy link
Contributor

Fixes #46

}

func (p ROT13) Alias() []string {
return []string{"rot13-encode", "rot13-decode", "rot13-enc", "rot13-dec"}
Copy link
Owner

Choose a reason for hiding this comment

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

I'm a little bit confused about the alias now, should we keep rot13-decode and rot13-dec or not in the list?  I think I might approve but I need to think little bit more on this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added them because some people may think they could decode this way. I didn't want to remove the rot13-enc* aliases, I thought it would be good to add them for people who don't know how it works.

I would say it's up to you. I can remove them, remove also the rot13-enc*. You tell me

Copy link
Owner

Choose a reason for hiding this comment

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

I would like to keep rot13-encode and rot-enc and remove "rot13-decode" "rot13-dec".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

pushed back

@abhimanyu003 abhimanyu003 merged commit c5a2c7b into abhimanyu003:main Jun 6, 2024
2 checks passed
@abhimanyu003
Copy link
Owner

Thanks so much for your contribution :)

@ccoVeille ccoVeille deleted the rot13 branch June 6, 2024 13:30
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.

rot13 is not only about encoding, it's also about decoding
2 participants