Skip to content

Symbols strings #29

@MatheusRich

Description

@MatheusRich

Symbols make metaprogramming and other things prettier, but I don't think they're worth a different type. We could add symbols as a syntax sugar to strings

:hello == "hello" # true

alias(:to_s, as: :inspect)
# same as
alias("to_s", as: "inspect")

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