exercism / objective-c

Exercism exercises in Objective-C.
https://exercism.org/tracks/objective-c
MIT License
8 stars 37 forks source link

🤖 Add stub files to all exercises #250

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 #215

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