How to name uppercase variables when using the camelCase convention?
📝
内容提要
I am writing a C# class and one of the fields is an API endpoint. Being that API is an acronym and is written in all uppercase letters, what is the correct way to name the field _APIEndpoint,...
➡️