Skip to content

Commit 916f2d5

Browse files
committed
Add hints to robot-name exercise
1 parent 8260d90 commit 916f2d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

exercises/robot-name/HINTS.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Hints
2+
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.
3+
4+
Suggestion (this is not explicitly tested):
5+
To make sure you always have a unique name you could implement your own cache cache or use a `Stream` with its built-in cache.

0 commit comments

Comments
 (0)