Skip to content

Commit

Permalink
Reorder Problems to (hopefully) improve learning
Browse files Browse the repository at this point in the history
Fixes exercism#127

This commit follows the problem order I suggested in exercism#127, with one
exception. I've put sublist ahead of allergies. Both use enum, but the
enums in allergies can be more of a hassle, as evidenced by all of the
ways I've seen students implement them.

Sublist does have the disadvantage of also requiring a solution that is
generic over multiple types. But I think the best thing to do is keep an
eye on students that reach this part of the track.

Or the later introduction of new exercises could improve this flow.
  • Loading branch information
whit0694 committed Jun 1, 2016
1 parent fc8fe2e commit f2905b6
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@
"hello-world",
"gigasecond",
"leap",
"anagram",
"raindrops",
"bob",
"beer-song",
"difference-of-squares",
"allergies",
"word-count",
"hamming",
"rna-transcription",
"nucleotide-count",
"nucleotide-codons",
"scrabble-score",
"roman-numerals",
"robot-name",
"nucleotide-count",
"word-count",
"etl",
"raindrops",
"bob",
"grade-school",
"phone-number",
"sieve",
"rna-transcription",
"roman-numerals",
"hexadecimal",
"grade-school",
"queen-attack",
"beer-song",
"sieve",
"sublist",
"allergies",
"phone-number",
"custom-set",
"anagram",
"nucleotide-codons",
"robot-name",
"minesweeper",
"dominoes",
"parallel-letter-frequency",
"sublist",
"custom-set",
"tournament",
"rectangles",
"forth",
Expand Down

0 comments on commit f2905b6

Please sign in to comment.