Skip to content

Using strings for names. #2

Description

@lrhn

You are using strings for names, rather than Symbol.
I'm not unsympathetic to that, symbols are more trouble than they are usually worth, but it can cause issues for dart2js minification.

It also means that library private names are simply strings starting with _, which is ... all in all, probably an advantage.

I'd love to be rid of Symbol, but it does have a valid use in web minification.

Activity

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions