Skip to content

Remove TypeName and JetName? #28

Open
@uncomputable

Description

@uncomputable

We might be able to replace TypeName with lazy const / static Types. This would be useful, since TypeName exists as a hack to generate Types on demand.

Similarly, we might be able to replace JetName and somehow include all the information from JetNode in the enum. This would be useful, because it would guarantee that each jet name refers to exactly one jet. At the moment, we could readily define two jets with the same JetName and this would cause all kinds of havoc.

Originally posted by @apoelstra in #26 (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

    Issue actions