Skip to content

style: standardize naming conventions#2681

Open
TheGittyPerson wants to merge 1 commit intohackdartstorm:mainfrom
TheGittyPerson:standardize-naming
Open

style: standardize naming conventions#2681
TheGittyPerson wants to merge 1 commit intohackdartstorm:mainfrom
TheGittyPerson:standardize-naming

Conversation

@TheGittyPerson
Copy link

Fixed incorrect variable, function, and class name cases.

Correct case formats:

  • Variables: snake_case
  • Functions and methods: snake_case -Classes: UpperCamelCase

Resolves #54

Fixed incorrect variable, function, and class name cases.

Correct case formats:
- Variables: `snake_case`
- Functions and methods: `snake_case`
 -Classes: `UpperCamelCase`

 Resolves hackdartstorm#54
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.

[REFACTOR]: Standardize naming conventions across codebase

1 participant