Coding Skill
Coding is much more than just how optimized your code is, how easy it is for you to read, or how easily you can expand upon it.
From a 0 to a 10 how skilled are you?


Understanding
How easily can you read code?
Do you understand how to read coding?
If not, your at a 0.
Can you write your own code, but still need to lookup what specific stuff does?
If so, your at a 5.
Do you understand your coding language at the same level that the people who made it do?
If so, your at a 10.

Optimization
How well does your code perform?
Can you write code that wont cause it to freeze?
If not, your at a 0.
Do you write code that most users can use without too much thought?
If so, your at a 5.
Can you optimize code to the last aspect for maximum performance if its required?
If so, your at a 10.

Code Integrity
How easily can you read your own code?
Can you understand what the end goal is of the code by reading it?
If not, your at a 0.
Do you have to lookup variables every so often to refresh yourself?
If so, your at a 5.
Can you easily read the code, and understand what part of the code affects specific aspects?
If so, your at a 10.

Expandability
How easily can you add onto your code?
Do you have to rewrite all of your code to make space for a new feature?
If so, your at a 0.
Can you make small to moderate changes to account for a new feature added?
If so, your at a 5.
Do you easily add in new features and code without it affecting previous code?
If so, your at a 10.

Debugging
How easily are you able to fix bugs?
Can you identify the cause of a game breaking bug?
If not, your at a 0.
Do you find the cause of errors after digging around in your code?
If so, your at a 5.
Can you easily identify a bug based on the description of what caused it?
If so, your at a 10.