-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
Proposal for new exercise: ResistorColor (Resistor Series #1) #1458
Comments
Looking forward to learning more about what the forward looking plan might be. |
@rpottsoh :-))))
Thoughts? |
I am not sure I follow your meaning for |
We are about to merge the new exercise Resistor Colors. It's introduced as a side exercise first, so I don't expect much mentoring requests, but just in case, here's some preliminary Mentor Notes. They will need evaluating after we've seen some solutions submitted. References: Ruby PR https://github.com/exercism/ruby/pulls Problem Specifications: exercism/problem-specifications#1466 This exercise is meant to be part of a series of Resistor exercises, building up to decoding up to 6 colors: exercism/problem-specifications#1458, and starting with just one color in Resistor Series nr 1
Update about the series:
|
I am doing this on exercism dart track, https://exercism.io/my/solutions/3e1b3f982e614293b36ed824f78821bc I am not sure the objective of the exercise is very clear as it is stated. |
@rdai what are your doubts? What isn't clear? Perhaps discuss it with a mentor on the exercise there? If there are still questions or a way to make it clearer, then a pull request could be made on this repository (this repository is currently "frozen" with the exception of bug fixes, though). That doesn't mean that the Dart track couldn't have the new improved version, in the meantime. |
Thanks, I was able to complete it myself but running it and reverse engineer from the test results. I was not sure what the exercise is asking me to do. I see a lot descriptions but not a statement asking me to do something. Thanks. I will look at the pull request. |
@rdal keep in mind that this is the first of a series of exercises regarding Resistors. So the minimal information, the incomplete specification, that is a "feature" of the exercise. Still, it should end up being clear, so if there are problems with it that we can fix, it would be a good addition. |
Hi! I want to make a request. In this provle, provided test have lowercase color names, but in explanation, first letter is upper case. In my opinion it confuses students. Can we change problema explanation and show only lowercase color names? Regards! |
@sergarb1 Could you make a pull request to show what you would like changed? |
@rdai Yeah, there is no question, it need to be rewritten, it's pretty bad. |
@kotp Is there a timeline for when this gets unfrozen? |
@BryanJBryce it was unfrozen in October: #1686 |
The exercise is very badly written, giving little to no clue on what is actually expected. By reading the test it's expecting a string array with the color names in lower case ordered to match the mnemonic and a colorCode method that will return the order or a color when passed the string. |
Hi @happinesssam, we're currently working on V3 of Exercism which will be launched in about 48 days (see: https://countdown.exercism.io/). In v3-enabled tracks, a new set of exercises (called concept exercises) has been written to facilitate exactly that. Less confusing, streamlines goals, longer explanations and more help. The exercise I'll lock this issue to prevent further posts on old issues like this and stimulate fresh discussions in new issues. |
Resistors have color bands. Each color represents a number. Resistor can have up to 6 bands, and together they describe the resistance value in Ohms, together with the tolerance and the temperature coefficient.
We're planning to have a series of Resistor-* exercises, that are building up to decoding 4-6 band resistor color codes.
The first and most basic one is just reading the (first) band's color from an array and return its numeric value.
See PR #1457
Coming soon!
The text was updated successfully, but these errors were encountered: