Skip to content

chore: rewrite rot13 title and description#47

Merged
abhimanyu003 merged 1 commit intoabhimanyu003:mainfrom
ccoveille-forks:rot13
Jun 6, 2024
Merged

chore: rewrite rot13 title and description#47
abhimanyu003 merged 1 commit intoabhimanyu003:mainfrom
ccoveille-forks:rot13

Conversation

@ccoVeille
Copy link
Copy Markdown
Collaborator

Fixes #46

}

func (p ROT13) Alias() []string {
return []string{"rot13-encode", "rot13-decode", "rot13-enc", "rot13-dec"}
Copy link
Copy Markdown
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
Copy Markdown
Collaborator 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
Copy Markdown
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
Copy Markdown
Collaborator 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
@abhimanyu003
Copy link
Copy Markdown
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