exercism / ocaml

Exercism exercises in OCaml.
https://exercism.org/tracks/ocaml
MIT License
93 stars 50 forks source link

Remove the solution from meetup stub. #492

Closed Lattay closed 10 months ago

Lattay commented 10 months ago

Hi,

This fixes #491. I hope I haven't missed anything.

Lattay commented 10 months ago

I'm on the fence if we should leave function stubs for diff_days, day_of_week, and schedule_to_int even if those particular functions don't have tests. There is not much guiding the user to the answers we are looking for with them actually looking at the tests.

These functions seem to point toward a particular solution, and I think the instructions are clear enough that it is not necessary. I solved the exercise by first scrapping everything and thinking about my own solution without looking at the existing one. Given that it is one of the last exercise of the track, and flagged hard, I don't think any more guidance is necessary. But if that doesn't convince you, sure, I'll add the stubs back.