AlexanderColen / Annie-May-Discord-Bot

Discord bot written in C# for AniList anime/manga lookup.
https://discord.com/oauth2/authorize?client_id=701143398526222386&permissions=388160&scope=bot
13 stars 1 forks source link

Stick to proper naming conventions in all classes. #3

Closed AlexanderColen closed 4 years ago

AlexanderColen commented 4 years ago

Go through all the code in the project and make sure that all the variables are named in the same way.

Main culprit is the Models.DiscordUser class.

Also add some documentation guidelines to the wiki on how to adhere to these standards.

AlexanderColen commented 4 years ago

Enums should also be changed to no longer be full UPPERCASE but rather be Capitalized.

AlexanderColen commented 4 years ago

Stuck because of #52. Still able to work on it, but won't be able to finish it because Models.DiscordUser can only be changed after database migration has been finished.