Coding Standards
Most languages have best practises when coding to ensure the maximum consistency and readability of code.
1. Variables should be in capitals, and begin with V_ to denote them as a variable. e.g. V_SCORE
2. Functions must be in capitals and begin with F_ to denote them as a function. e.g. F_SCORE