We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Should constant variable names have a different case?
For example, const string FirstName = "John"; vs const string firstName = "John";
const string FirstName = "John";
const string firstName = "John";