Skip to content

chore: align constant naming and file-scoped namespace#152

Open
吴杨帆 (leno23) wants to merge 1 commit into
intility:mainfrom
leno23:chore/naming-cleanup-constants-and-namespace
Open

chore: align constant naming and file-scoped namespace#152
吴杨帆 (leno23) wants to merge 1 commit into
intility:mainfrom
leno23:chore/naming-cleanup-constants-and-namespace

Conversation

@leno23
Copy link
Copy Markdown

Summary

  • Rename MIN_PAGE_SIZE to MinPageSize
  • Rename s_jsonApiMediaType to JsonApiMediaType
  • Convert ServiceCollectionExtensions to a file-scoped namespace
  • Update .editorconfig naming and namespace rules

Related issue

Fixes #139

Rename constants to PascalCase, use file-scoped namespace in
ServiceCollectionExtensions, and tighten editorconfig rules.

Fixes intility#139
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Naming cleanup: constants, namespace style, const prefix

1 participant