exercism / scala

Exercism exercises in Scala.
https://exercism.org/tracks/scala
MIT License
123 stars 131 forks source link

🤖 Add stub files to all exercises #673

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.

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