exercism / euphoria

Exercism exercises in Euphoria.
https://exercism.org/tracks/euphoria
MIT License
3 stars 8 forks source link

two-fer: the stub gives away too much #55

Closed glennj closed 6 months ago

glennj commented 6 months ago

The two-fer exercise gives away the game:

--public function two_fer(sequence name = "you")

--end function

I'd suggest you don't show the default value, but provide an instructions.append.md that refers to the procedures doc which discusses default values.

axtens commented 6 months ago

https://github.com/exercism/euphoria/pull/62