Closed phasephasephase closed 2 years ago
public function sendResponse(): string { return "EZ"; }
code
2 Space Tabs aVariableName AFunctionName(); use CodeMaid.
i think rider's default naming convention and style are good except constant variables:
UPPER_SNAKE_CASE
the rest: _privateField PublicField (or property) ClassName NamespaceName MethodName(firstParam, secondParam ...) methodVariable
What's wrong with const var UPPER_SNAKE_CASE
(Rider)?
What's wrong with const var
UPPER_SNAKE_CASE
(Rider)?
oh i meant that rider doesn't do UPPER_SNAKE_CASE
, instead they do PascalCase for constant fields
Pretty sure you can edit Naming Convention in Rider.
Use Rider instead of Visual Studio!
we should come up with a naming convention for this thing
oh and code style too