Replies: 2 comments
-
Fun idea.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I just start in coding wars and in the first Katas, I saw other codes and I had to search some functions or methods They used. However it is part of learn because I can understand how functions and methods work in toghether to generate a correct answer. |
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.
-
As a developer, I spend most of the time reading and trying to understand my or others' code. I would like to have read code training.
I don't have the final proposition yet. My initial vision is:
You could imagine that randomly someone's source code solution for Kata is presented as a question. A student has to figure out what the presented code is doing. The answer could be multi-choice (Kata and solution are already correlated). For correct answer student will get scores and the author of the solution as well. At this moment for a user's solution, we can vote for 'Best Practices' and 'Clever'. We could have additionally
Readability
calculated automatically. In some cases, a clever solution could be difficult to understand.Looking for your opinions and other proposition on the code readability.
Beta Was this translation helpful? Give feedback.
All reactions