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

Rename a few Dart files from camelCase to snake_case #494

Merged
merged 4 commits into from
Mar 12, 2023

Conversation

nilsreichardt
Copy link
Member

According to the Dart Effective Guidelines, we should use snake_case for Dart file. DO name packages, directories, and source files using lowercase_with_underscores.

Used the following command to check if there are still files with camelCase:

find . -name "*.dart" | grep -E '[[:upper:]]' | awk -F/ '{print $NF}'

Is helpful for #493 so that labels are assigned correctly.

@github-actions
Copy link

Visit the preview URL for this PR (updated for commit e81ac3d):

https://sharezone-test--pr494-make-dart-files-snak-t19xz0rx.web.app

(expires Sat, 18 Mar 2023 21:39:48 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b

@nilsreichardt nilsreichardt added this pull request to the merge queue Mar 12, 2023
Merged via the queue into main with commit be058e3 Mar 12, 2023
@nilsreichardt nilsreichardt deleted the make-dart-files-snake-case branch March 12, 2023 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants