WIP: Updating config.json#195
Closed
IanWhitney wants to merge 2 commits intoexercism:masterfrom
Closed
Conversation
Working on exercism#179 The new exercises collection is in place and I'm populating the topics values.
| "topics": [ | ||
| "Exception handling", | ||
| "Result", | ||
| "Higher-orderfunctions", |
Member
|
There has not been much activity here for a while. What would you say if I were to take over it? My plan is to just use problems.md exactly for the topics, and a difficulty of 1 for everything. We can refine both items later. Just as #179 states, we should take it in steps. Therefore, my proposal. |
Contributor
Author
|
The problem I ran in to is that I find the difficulty rating impossible. What does 'difficult' mean? Is it hard because it introduces Lifetimes? Because it's algorithmically hard? And guessing at the difficulty of exercises I haven't done was even harder. Starting everything with a difficulty of 1 is fine. |
Contributor
Author
|
Replaced by #229. closing. |
This was referenced Jan 29, 2017
petertseng
added a commit
that referenced
this pull request
Jan 30, 2017
As noted in #195, difficulty rating is hard. This commit proposes a difficulty rating scale that should be completely unambiguous, requiring no judgment: In the last version of problems.md before it was rewritten in #242: * Everything in "Introduction" stays at 1. * Everything in "Getting Rusty" gets a 4. * Everything in "Rust Gets Strange" gets a 7. * Everything in "Putting it all Together" gets a 10. It is acknowledged that this is not a perfect difficulty scheme. See, for example, how many exercises are at 4. However, it is more accurate than leaving them all at 1 because it is generally true that those exercises in "Getting Rusty" are more difficult than those in "Introduction". It is a starting point from which further adjustments can be made. I posit that there is little motivation to adjust further until the difficulty ratings actually show up on the website, since until then they are just arbitrary numbers with no meaning. Closes #179.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Working on #179
The new exercises collection is in place and I'm populating the topics
values.