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

kindergarten-garden 1.0.0.2: edit descriptions and elide middle students #525

Merged
merged 1 commit into from
May 8, 2017
Merged

Conversation

petertseng
Copy link
Member

Descriptions are clearer as to the significance of the garden size, or
the fact that the given student list is non-alphabetical.

The tests of the middle children in the full garden are elided.

The canonical data file was added in exercism/problem-specifications#770

Descriptions are clearer as to the significance of the garden size, or
the fact that the given student list is non-alphabetical.

The tests of the middle children in the full garden are elided.

The canonical data file was added in exercism/problem-specifications#770
@@ -47,18 +47,10 @@ specs = describe "kindergarten-garden" $ do

plants "Alice" `shouldBe` [ Violets , Radishes, Violets , Radishes ]
plants "Bob" `shouldBe` [ Clover , Grass , Clover , Clover ]
plants "Charlie" `shouldBe` [ Violets , Violets , Clover , Grass ]
Copy link
Member Author

Choose a reason for hiding this comment

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

we could keep these since we already have them, and just declare that they're Haskell specific. don't really care (but note that this is the only place that many of these names are tested!)

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't care too much about the track-specific cases. If they are important, we should include them in x-common, otherwise, I think we should remove them.

@@ -47,18 +47,10 @@ specs = describe "kindergarten-garden" $ do

plants "Alice" `shouldBe` [ Violets , Radishes, Violets , Radishes ]
plants "Bob" `shouldBe` [ Clover , Grass , Clover , Clover ]
plants "Charlie" `shouldBe` [ Violets , Violets , Clover , Grass ]
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't care too much about the track-specific cases. If they are important, we should include them in x-common, otherwise, I think we should remove them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants