Skip to content

Rename the file to follow the Dart guidelines #26

Open
@jeancsanchez

Description

@jeancsanchez

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.

Activity

nb312

nb312 commented on Oct 15, 2019

@nb312
Member

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nb312@jeancsanchez

        Issue actions

          Rename the file to follow the Dart guidelines · Issue #26 · FlutterOpen/flutter-ui-nice