We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Across multiple files, the following naming scheme is used:
_context = DatabaseContext Context = CommandContext
_context
Context
For instance,
Major/MajorInteractiveBot/Modules/GuildModule.cs
Lines 130 to 133 in 622cc09
This can lead to confusion and is generally pretty terrible naming overall.
This issue will be used to track the places this change needs to take place.
The text was updated successfully, but these errors were encountered:
Foxtrek64
No branches or pull requests
Across multiple files, the following naming scheme is used:
_context
= DatabaseContextContext
= CommandContextFor instance,
Major/MajorInteractiveBot/Modules/GuildModule.cs
Lines 130 to 133 in 622cc09
This can lead to confusion and is generally pretty terrible naming overall.
This issue will be used to track the places this change needs to take place.
The text was updated successfully, but these errors were encountered: