Skip to content

Commit

Permalink
Merge pull request #228 from abo64/issue-220-hints-robot-name
Browse files Browse the repository at this point in the history
Add hints to robot-name exercise
  • Loading branch information
ErikSchierboom authored Dec 6, 2016
2 parents 91ea680 + cf74805 commit 31bdf22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions exercises/robot-name/HINTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Hints
Make sure your solution is general enough to be easily scalable for longer names containing more letters and digits. This usually makes for better code quality, too.

Suggestion (this is not explicitly tested):
To make sure you always have a unique name you could implement your own cache or use a `Stream` with its built-in cache.

0 comments on commit 31bdf22

Please sign in to comment.