Gyoo / LiveSplit.SplitsBet

GitHub for the LiveSplit plugin SplitsBet, the bot that makes the viewers play with the runner
8 stars 10 forks source link

Rename local variables and change their types #9

Closed CryZe closed 9 years ago

CryZe commented 9 years ago

Local variables usually use var as the type since that makes them more flexible to changes in the code while still being statically typed. Also their first letter is usually not capitalized.