-
-
Notifications
You must be signed in to change notification settings - Fork 365
Kindergarten problem. Not clear which functions does what #436
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
Comments
Let me chime in with possible solutions to this problem:
|
All very good points! I think we can solve this by better conforming to the canonical data, which should be done by creating a test generator for it: #411. |
Perhaps try to explain here for now to make @rwobben able to continue with the exercise? |
@NobbZ I'll do that tomorrow! |
@NobbZ @rwobben The I'll be working on creating an updated version of the exercise to conform to the canonical data. |
* [Docs] Add section on .meta/design.md document * [Docs] Add .meta/design.md file to file trees * [Docs] Use relative link * [Docs] Put meta design last * [Docs] Remove resources section
* [Docs] Add section on .meta/design.md document * [Docs] Add .meta/design.md file to file trees * [Docs] Use relative link * [Docs] Put meta design last * [Docs] Remove resources section
* [Docs] Add section on .meta/design.md document * [Docs] Add .meta/design.md file to file trees * [Docs] Use relative link * [Docs] Put meta design last * [Docs] Remove resources section
* [Docs] Add section on .meta/design.md document * [Docs] Add .meta/design.md file to file trees * [Docs] Use relative link * [Docs] Put meta design last * [Docs] Remove resources section
* [Docs] Add section on .meta/design.md document * [Docs] Add .meta/design.md file to file trees * [Docs] Use relative link * [Docs] Put meta design last * [Docs] Remove resources section
@rwobben commented on Wed Sep 27 2017
Hello,
I try to solve the kindergarten challenge in c#. I see that there are 3 seperate functions given: Garden, GetPlants and DefaultGarden.
I think GetPlants must give me the answer to this problem.
But what schould the other two do exactly ?
Roelof
@NobbZ commented on Thu Sep 28 2017
Since this is a question spoecific to the C# version of the exercise (canonical data only knows about the property
plants
), I'll move you over there.The text was updated successfully, but these errors were encountered: