Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update files, directories and code to match naming convention #104

Open
Fueredoriku opened this issue Mar 1, 2023 · 0 comments
Open

Update files, directories and code to match naming convention #104

Fueredoriku opened this issue Mar 1, 2023 · 0 comments
Labels
refactor This shid's boutta get rewritten

Comments

@Fueredoriku
Copy link
Collaborator

Fueredoriku commented Mar 1, 2023

From #19 (comment), the conventions are as follows:

  • Files and folders:
    • PascalCase
  • Types (classes/structs):
    • PascalCase
  • Interfaces:
    • IPascalCase
  • Methods:
    • PascalCase
  • Local functions (i.e. nested):
    • camelCase
  • Properties:
    • PascalCase
  • Local variables:
    • camelCase
  • Local constants:
    • camelCase
  • Parameters:
    • camelCase
  • Fields (not private):
    • PascalCase
  • Fields (private):
    • camelCase
  • Static fields (private):
    • camelCase
  • Constant fields:
    • SCREAMING_SNAKE_CASE
  • Static readonly fields (not private):
    • PascalCase
  • Static readonly fields (private):
    • camelCase
  • Enum members:
    • SCREAMING_SNAKE_CASE
@Fueredoriku Fueredoriku added the refactor This shid's boutta get rewritten label Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor This shid's boutta get rewritten
Projects
Development

No branches or pull requests

1 participant