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 the file to follow the Dart guidelines #26

Open
jeancsanchez opened this issue Oct 14, 2019 · 1 comment
Open

Rename the file to follow the Dart guidelines #26

jeancsanchez opened this issue Oct 14, 2019 · 1 comment

Comments

@jeancsanchez
Copy link

I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)

Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensures that the name is still a valid Dart identifier, which may be helpful if the language later supports symbolic imports.

@nb312
Copy link
Member

nb312 commented Oct 15, 2019

I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)

Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensures that the name is still a valid Dart identifier, which may be helpful if the language later supports symbolic imports.

Thanks for your advice. But I like this one.

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

No branches or pull requests

2 participants