We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8260d90 commit 074ba7cCopy full SHA for 074ba7c
exercises/leap/HINTS.md
@@ -0,0 +1,4 @@
1
+## Hints
2
+Try to avoid code repetition, use private helper functions if you can.
3
+
4
+And you might consider using a single `Boolean` expression instead of `if-else` for better readability.
0 commit comments