This commit is contained in:
@@ -52,8 +52,9 @@ Follow `.editorconfig`, not incidental style in unfinished code.
|
||||
- Use file-scoped namespaces, explicit types rather than `var`, and block-bodied
|
||||
methods. Preserve the configured expression-bodied property/accessor preferences.
|
||||
- Use `_camelCase` for non-public instance fields, including internal fields;
|
||||
`s_camelCase` for non-public mutable static fields; PascalCase for constants
|
||||
and static readonly fields. Do not rename internal fields to remove underscores.
|
||||
`s_camelCase` for non-public mutable static fields; PascalCase for member constants
|
||||
and static readonly fields. Method-local constants follow local-variable camelCase.
|
||||
Do not rename internal fields to remove underscores.
|
||||
- Preserve parentheses that make mathematical grouping readable. `IDE0047` is
|
||||
intentionally disabled; do not re-enable it or remove grouping as style cleanup.
|
||||
- Document public APIs and non-obvious numerical preconditions. Explain algorithms,
|
||||
|
||||
Reference in New Issue
Block a user