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

Testing Practice: Clarification on caeser cipher. #27968

Closed
2 of 3 tasks
dvs-codes opened this issue May 13, 2024 · 5 comments · Fixed by #27990
Closed
2 of 3 tasks

Testing Practice: Clarification on caeser cipher. #27968

dvs-codes opened this issue May 13, 2024 · 5 comments · Fixed by #27990
Assignees
Labels
Content: JavaScript Involves the JavaScript course Status: Help Wanted This issue can be assigned to other contributors

Comments

@dvs-codes
Copy link

Checks

Describe your suggestion

In the caeser cipher function, it is not clear whether we have to test considering punctuations or not ? if yes then in which way ? for example, in alphabet and numbers we shift in order eg. for factor 2 'a' becomes 'c' but if we have do it for let's say the period ('.') which way does it go ?
image

Path

Node / JS

Lesson Url

https://www.theodinproject.com/lessons/node-path-javascript-testing-practice

(Optional) Discord Name

DVS-CODES

(Optional) Additional Comments

No response

@CouchofTomato
Copy link
Member

Usually punctuation isn't changed. So the test would be that a . remains a .

We could clear up the wording to make that clear if you think that would be useful?

@dvs-codes
Copy link
Author

dvs-codes commented May 15, 2024 via email

@CouchofTomato
Copy link
Member

Thanks. You haven't indicated you want to work on this issue so I'm opening it up for others.

@CouchofTomato CouchofTomato added Status: Help Wanted This issue can be assigned to other contributors Content: JavaScript Involves the JavaScript course labels May 15, 2024
@catbree
Copy link
Contributor

catbree commented May 16, 2024

Hello there, I'm currently on the lesson "Using Git in the Real World" and came across this issue while reading up on the contributing guide.

Can I be assigned this issue? It is my first time and I would love to work on this.

@CouchofTomato
Copy link
Member

@catbree Sure. Thanks for taking this on. It's all yours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content: JavaScript Involves the JavaScript course Status: Help Wanted This issue can be assigned to other contributors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants