💻A 'this code could be better' warning? #5138
MarleenGilsing
started this conversation in
Large Projects & Plans
Replies: 1 comment
-
|
Lovely idea! We will discuss it in the meeting next week (or maybe in the hackathon?) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was working on a project in level 15 and without thinking I used 'repeat 10 times' in my code.
This is of course no problem, but when working on level 15 you should know how to use 'for i in range 1 to 10' instead.
Would it be possible to give the students a warning when they are using outdated codes and offer them a suggestion of how to change their codes?
Beta Was this translation helpful? Give feedback.
All reactions