atbash-cipher: add parameters to exercise placeholder - #706
Conversation
| @@ -1,6 +1,6 @@ | |||
| def encode(string): | |||
| def encode(plain): | |||
There was a problem hiding this comment.
For me plain_text and ciphered_text looks a bit better.
But your suggestion is also Ok
There was a problem hiding this comment.
@M-a-Ge Your suggestion is better. I've changed them to plain_text and ciphered_text
|
@parinporecha, thanks for your contribution! It's a best practice to squash your commits https://github.com/exercism/docs/blob/master/contributing/git-basics.md#squashing. It isn't a big deal since I can do it myself, but it would be awesome to just click on 'Merge pull request' button 😃 Please also note that there are some special 'closing issue' keywords that you can put in description of your PR and Github will take care of closing the corresponding issue automatically after merge. |
Fixes #542