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

Add a note about exercise ordering in the launch checklist #18

Merged
merged 1 commit into from
Apr 3, 2017

Conversation

kytrinyx
Copy link
Member

@jonmcalder noted in exercism/r#5 (comment) that we haven't explained anything about exercise order. I've tried to add a small improvement here.

I've also opened an issue to start documenting our philosophy around tests, which would be handy to have! exercism/docs#8

@kytrinyx kytrinyx requested review from parkerl and jtigger March 31, 2017 19:34
@kytrinyx kytrinyx mentioned this pull request Mar 31, 2017
16 tasks
CHECKLIST Outdated
@@ -24,6 +24,8 @@ The topics can be an empty list, and the difficulty level is from 1 to 10, and c
]
```

The order of the exercises is decided by the order in this "exercises" array. Try to make them roughly increasing in difficulty, but don't worry too much—we can always adjust the order later, as we get feedback from people doing the exercises.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I suggest a little word smithing?

Problems are delivered to users in the same order that they are listed in this "exercises" array. Try to order them by increasing difficulty, but don't worry too much—it can always be adjusted later.

, as we get feedback from people doing the exercises. - We don't have any specific mechanism for gathering this feedback that I know of.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So what is the plan with the difficulty ranking? Are we going to use this only as an indication to contributors on where to place the exercise in the list of exercises or are we going to use those at some point to sort the exercises programmatically?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the wordsmithing. I'll take it.

We don't have a dedicated feedback mechanism, but people do give us feedback.

I don't know if we'll sort things programmatically. I've been working with the UX folks on some of these questions. When I've got my head wrapped around it, I'll talk about it more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the text.

@kytrinyx kytrinyx merged commit f743bbc into master Apr 3, 2017
@kytrinyx kytrinyx deleted the exercise-order branch April 3, 2017 14:30
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

Successfully merging this pull request may close these issues.

2 participants