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

Luhn #2150

Open
w62 opened this issue Nov 3, 2022 · 3 comments
Open

Luhn #2150

w62 opened this issue Nov 3, 2022 · 3 comments

Comments

@w62
Copy link

w62 commented Nov 3, 2022

Hi,

I have just completed the exercise Luhn.
The instructions are not very clear.

It just mentioned how to process even number digits. It does not mentioned how to process odd number digits. That have made me wondered why 109 failed. Google is here to help. The key idea is the parity. Please update the instruction so that at least it would clearer for the new gophers.

thanks and regards,

william

@andrerfcsantos andrerfcsantos transferred this issue from exercism/go Nov 12, 2022
@andrerfcsantos
Copy link
Member

@w62 Move the issue to problem-specifications where the description and tests for practice exercises are discussed. After changes are discussed and approved here, all tracks can benefit from them.


Also, do you have a suggestion on what could be added so the instructions are clearer?

@w62
Copy link
Author

w62 commented Nov 14, 2022

@w62 Move the issue to problem-specifications where the description and tests for practice exercises are discussed. After changes are discussed and approved here, all tracks can benefit from them.

Also, do you have a suggestion on what could be added so the instructions are clearer?

Sorry no. All have done is to add a parity from the google link in my previous link. I am new to Go, and programming, so I might not be able to offer proper formalized improvements. I just shared how I resolved my issue and hope that someone with more Go and programming experiences to review and offer a better problem definition.

@andrerfcsantos
Copy link
Member

@w62 That's fine, no worries. Even if you don't feel comfortable suggesting specific improvements, it's always great to hear about your experience and what you found confusing, even if it's then other people working on the actual improvements.

I just shared how I resolved my issue and hope that someone with more Go and programming experiences to review and offer a better problem definition.

That's also why I moved the issue here. People monitoring issues in this repo are used to work on writing good problem specifications, so we got you covered! Since the instructions for the practice problems (like Luhn is) are shared across tracks for different languages, having the issue on Go-specific repositories doesn't give the proper visibility for this issue. Fixing the issue here means that all tracks can then benefit from the improvement in the instructions.

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

No branches or pull requests

2 participants