-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add missing stub/skeleton files #210
Comments
We had a few discussions in the Go track about how many stub files to support, and our answer (a small handful, not too many) was kind of arbitrary, but so far it seems to have worked out. |
I had a closer look into the So, I think this issue should be closed. |
Yepp, agreed. |
I only worked on the Python and Go track and I noticed a small difference. In the go track (at least for the first 5 problems) there are always stub files, while in the python track there are only stub files for
hello-world
andbob
.Maybe there shouldn't be stub files for all exercises, but at least for most of them and definitely for the first exercises. It would make the start easier and support TDD, because there wouldn't be
ImportError: No module named <exercise>
if you try to directly run the tests.The text was updated successfully, but these errors were encountered: