exercism / ocaml

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

Update bracket-push example #292

Closed sshine closed 6 years ago

sshine commented 6 years ago

Avoids conversion to list. Terminates early on bad input.

sshine commented 6 years ago

Yes, you did.

I don't like to change reference solutions unless there's a clear benefit.

I like the implied policy of having examples rather than "best" solutions.

This policy reduces tension between contributors getting "their" solution in.

There's plenty of room for that on the "community solutions" page.