You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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