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

Bug: instructions for kindergarten_garden do not match requirements #2725

Open
sbromberger opened this issue Nov 1, 2023 · 2 comments
Open

Comments

@sbromberger
Copy link
Contributor

sbromberger commented Nov 1, 2023

A couple of inconsistencies within the kindergarten_garden exercise in which the documentation does not match the actual code requirements (as specified by the tests):

  1. The docs reference twelve possible students by name. However, the tests refer to students not listed in the docs (see the names out of order test for an example), and students whose first name does not correspond to the given name in the docs (Eve [docs] vs Erin [test], for example).

  2. the docs suggest that the first letter of the first plant should be capitalized. However, the tests don't require that as they expect a []string instead of a string.

Copy link
Contributor

github-actions bot commented Nov 1, 2023

Hello. Thanks for opening an issue on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed.

That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link%20The%20docs%20reference%20twelve%20possible%20students%20by%20name.%20However,%20the%20tests%20refer%20to%20students%20not%20listed%20in%20the%20docs%20(see%20the%20%60names%20out%20of%20order%60%20test%20for%20an%20example).%0D%0A%0D%0A2)%20the%20docs%20suggest%20that%20the%20first%20letter%20of%20the%20first%20plant%20should%20be%20capitalized.%20However,%20the%20tests%20don't%20require%20that%20as%20they%20expect%20a%20%60%5B%5Dstring%60%20instead%20of%20a%20%60string%60.%0D%0A&category=go) to copy this into a new topic there.


Note: If this issue has been pre-approved, please link back to this issue on the forum thread and a maintainer or staff member will reopen it.

@github-actions github-actions bot closed this as completed Nov 1, 2023
@junedev
Copy link
Member

junedev commented Nov 23, 2023

@sbromberger The docs were recently synced with the "problem specification" original. I suspect this is where the differences came from. Do you want to make a PR with the fix?

@junedev junedev reopened this Nov 23, 2023
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

No branches or pull requests

2 participants