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.

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

    Issue actions