You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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).
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.
The text was updated successfully, but these errors were encountered:
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.
@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?
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):
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).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 astring
.The text was updated successfully, but these errors were encountered: