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

Add missing stub/skeleton files #210

Closed
behrtam opened this issue Nov 6, 2015 · 3 comments
Closed

Add missing stub/skeleton files #210

behrtam opened this issue Nov 6, 2015 · 3 comments

Comments

@behrtam
Copy link
Contributor

behrtam commented Nov 6, 2015

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 and bob.
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.

@kytrinyx
Copy link
Member

kytrinyx commented Nov 6, 2015

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.

@behrtam
Copy link
Contributor Author

behrtam commented Nov 11, 2015

I had a closer look into the xgo repo and saw even there only ~20% of the exercises have stub files. If I understand the xruby repo correct they don't have stub files at all.

So, I think this issue should be closed.

@kytrinyx
Copy link
Member

Yepp, agreed.

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