exercism / shen

Exercism exercises in Shen.
https://exercism.org/tracks/shen
MIT License
0 stars 5 forks source link

🤖 Add stub files to all exercises #38

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

In this PR, we created (empty) stub files for all exercises that didn't yet have them.

The lack of stub file generates an unnecessary pain point within Exercism, contributing a significant proportion of support requests, making things more complex for our students, and hindering our ability to automatically run test-suites and provide automated analysis of solutions.

The original discussion for this is at exercism/discussions#238.

Closes #5

We will automatically merge this PR in two week's time if it has not been merged by track maintainers at that point :slightly_smiling_face:

Tracking

https://github.com/exercism/v3-launch/issues/33